mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 09:02:27 +00:00
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
if ($scheme = "http") {
|
|
return 301 https://$host$request_uri;
|
|
}
|