weird behaviour with send testing in docker

This commit is contained in:
nannal
2020-12-09 21:03:09 +02:00
parent d310a97a7b
commit 94016c7432
4 changed files with 33 additions and 83 deletions

View File

@@ -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;