fix(nginx): Do not cache all requests for a day in the reverse proxy
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2673>
This commit is contained in:
parent
b00daa189d
commit
da01070455
3 changed files with 3 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ server {
|
|||
# end of compression settings
|
||||
|
||||
location / {
|
||||
expires 1d;
|
||||
include /etc/nginx/funkwhale_proxy.conf;
|
||||
proxy_pass http://fw;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue