nginx port

This commit is contained in:
Administrator 2022-10-19 23:42:04 +03:00
parent 2eb2884b46
commit dfec871198

View File

@ -2,7 +2,7 @@ events {}
http {
server {
listen 1235;
listen 1238;
location / {
proxy_pass http://web:8000/;
}