nginx port
This commit is contained in:
parent
2eb2884b46
commit
dfec871198
@ -2,7 +2,7 @@ events {}
|
|||||||
|
|
||||||
http {
|
http {
|
||||||
server {
|
server {
|
||||||
listen 1235;
|
listen 1238;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://web:8000/;
|
proxy_pass http://web:8000/;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user