Compare commits

..

No commits in common. "4baff4cc03e4483396fc1cde4c0d42e9223c2b43" and "8ae7cdfafdc8662d79c7486da2b17f8c8cff525f" have entirely different histories.

View File

@ -30,18 +30,14 @@ server {
expires max;
add_header Cache-Control public;
proxy_cache akkounts_cache;
<% if @upstream_hosts.first != "localhost" %>
try_files $uri @proxy;
<% end %>
}
try_files $uri/index.html $uri @proxy;
location @proxy {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_buffers 1024 8k;
proxy_http_version 1.1;