Skip to content

Commit

Permalink
Merge pull request #105 from Lepidopterist/master
Browse files Browse the repository at this point in the history
Add GWS Arenanet workaround for manifest caching.
  • Loading branch information
Lepidopterist authored May 31, 2020
2 parents 149da88 + bcca3b6 commit f074801
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Fix for GW2 manifest
location ^~ /latest64 {
proxy_cache_bypass 1;
proxy_no_cache 1;
proxy_pass http://$host$request_uri;
}

0 comments on commit f074801

Please sign in to comment.