mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-19 08:28:12 +01:00
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
if ($scheme = "http") {
|
|
return 301 https://$host$request_uri;
|
|
}
|