mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 08:36:55 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
18
roles/nginx/templates/ansible_conf.d/perf.inc.j2
Normal file
18
roles/nginx/templates/ansible_conf.d/perf.inc.j2
Normal file
@@ -0,0 +1,18 @@
|
||||
gzip on;
|
||||
gzip_types
|
||||
text/plain
|
||||
text/css
|
||||
text/xml
|
||||
text/json
|
||||
image/svg+xml
|
||||
application/xml
|
||||
application/json
|
||||
application/xhtml+xml
|
||||
application/rss+xml
|
||||
application/atom_xml
|
||||
application/x-javascript
|
||||
application/javascript;
|
||||
gzip_vary on;
|
||||
gzip_disable "msie6";
|
||||
expires $custom_expires;
|
||||
add_header Cache-Control $custom_cache_control;
|
Reference in New Issue
Block a user