diff --git a/nginx-blocks/filebrowser b/nginx-blocks/filebrowser index 665d216..92e10c4 100644 --- a/nginx-blocks/filebrowser +++ b/nginx-blocks/filebrowser @@ -6,7 +6,7 @@ server { ssl_certificate_key /etc/ssl/cert.key; location / { - proxy_pass http://localhost:8080; + proxy_pass http://127.0.0.1:8080; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; } } diff --git a/nginx-blocks/transmission b/nginx-blocks/transmission index 9a3bcec..1fa7365 100644 --- a/nginx-blocks/transmission +++ b/nginx-blocks/transmission @@ -6,7 +6,7 @@ server { ssl_certificate_key /etc/ssl/cert.key; location / { - proxy_pass http://localhost:9091; + proxy_pass http://127.0.0.1:9091; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; } }