1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-31 06:24:22 +03:00
Files

4 lines
68 B
Plaintext

if ($scheme = "http") {
return 301 https://$host$request_uri;
}