local branch
This commit is contained in:
@@ -39,12 +39,3 @@ server {
|
||||
proxy_read_timeout 650s;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 3100;
|
||||
server_name localhost;
|
||||
location / {
|
||||
proxy_pass http://backend:3100/;
|
||||
proxy_set_header Host $http_host;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user