monolithic/overlay/etc/nginx/sites-available/cache.conf.d/21_arenanet_manifest.conf
James Kinsman 425a75c7da
Apply suggestions from code review
Thanks @gotenxiao

Co-authored-by: GotenXiao <gotenxiao@gmail.com>
2021-10-09 00:11:15 +01:00

6 lines
144 B
Text

# Fix for GW2 manifest
location ^~ /latest64 {
proxy_cache_bypass 1;
proxy_no_cache 1;
proxy_pass http://$host$request_uri;
}