nginx port
This commit is contained in:
parent
1d94994b97
commit
609a786e51
@ -2,7 +2,7 @@ events {}
|
||||
|
||||
http {
|
||||
server {
|
||||
listen 1236;
|
||||
listen 1238;
|
||||
|
||||
location /api/ {
|
||||
proxy_pass http://backend:8000/api/;
|
||||
|
Loading…
Reference in New Issue
Block a user