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