mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-24 04:53:06 +00:00
Exclude steam server status from caching
Implements lancachenet/generic#93 as this is no longer a valid comit after switcheroo
This commit is contained in:
parent
faa6b3969d
commit
d77cfdc601
1 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
location = /server-status {
|
||||
proxy_no_cache 1;
|
||||
proxy_cache_bypass 1;
|
||||
}
|
Loading…
Reference in a new issue