-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steam: /server-status #30
Comments
where to find nginx file to change the CACHE_MEM_SIZE, CACHE_DISK_SIZE, CACHE_MAX_AGE |
@mohsinskynet I think you can edit these in the dockerfile. Or by just passing the env variables to the docker run command. Have a look at the readme |
@Crabbey I went down this line too, and changed the generic docker container's source code for nginx to avoid caching it. You might also want to avoid caching /server-list (or close, not sure of the exact URL.) I believe that is why you should actually opt for the steam specific docker image, since it only caches url's under the /depot url, which seems to be independent from the host. |
Would be worth re-investigating this as a result of lancachenet/monolithic#85 |
@Lepidopterist what happened to #111 why did we decide to not merge that? |
Honestly, no idea. Looks like it wont merge cleanly as that branch is polluted. Can just re-branch, merge and commit. |
For steam, /server-status shouldn't be cached.
Contains load information about that CDN server, and may result in lower performance if it remains cached.
example content:
"status" { "csid" "3" "load" "22" "cell" "31" }
The text was updated successfully, but these errors were encountered: