fix: change unpriviliged nginx port from 80 to 8080

This commit is contained in:
Revant Nandgaonkar
2021-11-21 16:23:32 +05:30
parent 6b6a1b9ad8
commit 3295c8070e
8 changed files with 11 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ map $http_x_forwarded_proto $proxy_x_forwarded_proto {
}
server {
listen 80;
listen ${WEB_PORT};
server_name $http_host;
root /var/www/html;