nginx
Links
- <https://nginx.org/en/docs/http/ngx_http_core_module.html#var_remote_user>
-
HTTPS
-
Rewriting URLs
-
https://nginx.org/en/docs/http/ngx_http_rewrite_module.html
server { listen 80; server_name example.de; rewrite ^ https://$host$request_uri redirect; }
- permanent
-