This commit is contained in:
Administrator
2022-08-30 21:32:40 +03:00
parent d69213d49f
commit cb7e066504
3 changed files with 4 additions and 6 deletions

View File

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