Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tkn-teamf

#1
My current nginx config (on some odroid) is:

server {
    listen 80;
    return 301 https://$host$request_uri;
}


The purpose is to redirect any http traffic to https.

How can I do this with OPNsense?