weird behaviour with send testing in docker
This commit is contained in:
@@ -9,8 +9,8 @@ http {
|
||||
include /etc/nginx/mime.types;
|
||||
server {
|
||||
|
||||
location /wave {
|
||||
proxy_pass http://10.0.0.205:5000;
|
||||
location /submit {
|
||||
proxy_pass http://10.0.0.200:9000/submit;
|
||||
}
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
|
Reference in New Issue
Block a user