Files
nginx-proxy-manager/rootfs/usr/local/nginx/conf/conf.d/include/force-ssl.conf
Zoey 19a304d9ce init
Signed-off-by: Zoey <zoey@z0ey.de>
2022-12-17 14:25:32 +01:00

4 lines
68 B
Plaintext

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