API & Client: refactor (rename mpwo to fittrackee)

This commit is contained in:
Sam
2018-06-07 14:45:43 +02:00
parent 1f36de74ba
commit f65d636f85
81 changed files with 99 additions and 98 deletions

View File

@ -3,7 +3,7 @@ server {
listen 80;
location / {
proxy_pass http://mpwo-client:3000;
proxy_pass http://fittrackee-client:3000;
proxy_redirect default;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@ -12,7 +12,7 @@ server {
}
location /api {
proxy_pass http://mpwo-api:5000;
proxy_pass http://fittrackee-api:5000;
proxy_redirect default;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;