mirror of
https://github.com/YunoHost-Apps/epicyon_ynh.git
synced 2024-09-03 18:36:08 +02:00
removed proxy cache
This commit is contained in:
parent
ab12dea8f4
commit
eaa8f5fd70
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ proxy_busy_buffers_size 64k;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_request_buffering on;
|
proxy_request_buffering on;
|
||||||
proxy_buffering on;
|
proxy_buffering on;
|
||||||
proxy_cache my_cache;
|
#proxy_cache my_cache;
|
||||||
proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
|
#proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
|
||||||
location ~ ^/(icons|images|media|emoji)/(.*)/(.*).(png|jpg|gif|webp|mp3|ogv|ogg|mp4) {
|
location ~ ^/(icons|images|media|emoji)/(.*)/(.*).(png|jpg|gif|webp|mp3|ogv|ogg|mp4) {
|
||||||
expires 7d;
|
expires 7d;
|
||||||
proxy_pass http://localhost:__PORT__;
|
proxy_pass http://localhost:__PORT__;
|
||||||
|
|
Loading…
Add table
Reference in a new issue