We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Installation with Docker (markdown)
added interlock settings
updated middleware for Nginx
updated middlewares order and names
changed (return 301 https://myserver.example.com/$request_uri;) to (return 301 https://$host$request_uri;) in nginx config to avoid duplicate / which broke root redirection
NGINX Reverse proxy documentation