monolithic/overlay/etc/nginx/sites-available/cache.conf.d/20_lol.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

4 lines
119 B
Text

# Fix for League of Legends Updater
location ~ ^.+(releaselisting_.*|.version$) {
proxy_pass http://$host;
}