mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
Signed-off-by: Zoey <zoey@z0ey.de> Update dependency sqlite3 to v5.1.6 Update dependency style-loader to v3.3.2 Update dependency @babel/core to v7.21.3
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
if ($scheme = "http") {
|
|
return 301 https://$host$request_uri;
|
|
}
|