Update 'image/nginx/nginx.conf'
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
quackerd 2022-11-30 13:57:49 +00:00
parent a972c18783
commit 8a2938dde6

View File

@ -28,7 +28,7 @@ http {
server_name _; server_name _;
access_log /opt/config/logs/nginx/access.log; access_log /opt/config/logs/nginx/access.log;
if ($external) { if ($external) {
return 301 https://$host$request_uri:8443; return 301 https://$host$request_uri:443;
} }
location / { location / {