nginx port

This commit is contained in:
Administrator 2022-10-19 23:44:35 +03:00
parent 1d94994b97
commit 609a786e51

View File

@ -2,7 +2,7 @@ events {}
http {
server {
listen 1236;
listen 1238;
location /api/ {
proxy_pass http://backend:8000/api/;