Skip to content

Commit

Permalink
For local proxy not need proxy_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Mar 25, 2019
1 parent 28d404b commit f3e7c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/nginx-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ server {
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_cache origin;
}
}

0 comments on commit f3e7c49

Please sign in to comment.