1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Minor bug fixing

This commit is contained in:
Maksym Pavlenko
2017-08-25 16:41:58 -07:00
parent fd650fb214
commit 8c273014b9
4 changed files with 20 additions and 30 deletions

View File

@@ -10,12 +10,7 @@ server {
location / {
proxy_pass http://app:5001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection keep-alive;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_cache_bypass $http_upgrade;
proxy_buffers 8 16k;
proxy_buffer_size 16k;
}
}