mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-24 08:32:50 +02:00
Added expires directive and map to nginx, allowing browser to cache rspamd JS,CSS and image files.
This commit is contained in:
parent
64fbc73582
commit
1b898b1c7b
@ -9,9 +9,11 @@ map $http_x_forwarded_proto $client_req_scheme {
|
||||
|
||||
map $sent_http_content_type $expires {
|
||||
default off;
|
||||
text/html off;
|
||||
text/css 1d;
|
||||
application/javascript 1d;
|
||||
~image/ 1d;
|
||||
application/json off;
|
||||
image/png 1d;
|
||||
}
|
||||
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user