1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00

Update nginx.conf

This commit is contained in:
oufmilo 2023-01-05 18:14:33 +01:00 committed by GitHub
parent 0914389667
commit 092bc1c4b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ location __PATH__/ {
proxy_set_header Connection $connection_upgrade;
# Cache settings
proxy_cache cache1;
# proxy_cache cache1;
proxy_cache_lock on;
proxy_cache_use_stale updating;
more_set_headers "X-Cache: $upstream_cache_status";