This commit is contained in:
2019-11-01 00:33:13 +01:00
parent ea60fcdc68
commit 708cd8f0e7
2 changed files with 4 additions and 8 deletions

View File

@@ -26,13 +26,11 @@ server {
location / {
proxy_pass http://personal-api/;
proxy_pass http://personal-api:8000/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_connect_timeout 300s;
proxy_read_timeout 300s;
}
listen 8000;
server_name localhost;
}