mirror of
https://github.com/lancachenet/monolithic
synced 2025-02-17 05:18:25 +00:00
This commit rebases the generic code into the monolithic image This allows the base image to be the more regularly accessed / edited image Commits to lancachenet/generic:switcheroo will mimic this commit Also fixes lancachenet/generic#108
5 lines
120 B
Text
5 lines
120 B
Text
|
|
# Fix for League of Legends Updater
|
|
location ~ ^.+(releaselisting_.*|.version$) {
|
|
proxy_pass http://$host;
|
|
}
|