diff --git a/nginx.conf b/nginx.conf index 5dbf689..b786ed7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,10 +4,10 @@ events {} http { server { - listen 80; + listen 81; server_name localhost; location / { - proxy_pass http://kosma-3x-ui:2053/; + proxy_pass http://hypoxie-3x-ui:2053/; } } } \ No newline at end of file