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:
VibroAxe 2021-07-20 13:35:05 +00:00
parent faa6b3969d
commit d77cfdc601

View file

@ -0,0 +1,4 @@
location = /server-status {
proxy_no_cache 1;
proxy_cache_bypass 1;
}