add server docker file
This commit is contained in:
@@ -10,7 +10,10 @@ http {
|
||||
server {
|
||||
|
||||
location /submit {
|
||||
proxy_pass http://tradegame/submit;
|
||||
proxy_pass http://tradegame:5000/submit;
|
||||
}
|
||||
location /status {
|
||||
proxy_pass http://tradegame:5000/status;
|
||||
}
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
|
Reference in New Issue
Block a user