mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-23 12:33:04 +00:00
425a75c7da
Thanks @gotenxiao Co-authored-by: GotenXiao <gotenxiao@gmail.com>
4 lines
119 B
Text
4 lines
119 B
Text
# Fix for League of Legends Updater
|
|
location ~ ^.+(releaselisting_.*|.version$) {
|
|
proxy_pass http://$host;
|
|
}
|