⚡️: improve configuration for nginx
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
|
||||
nginx_extra_mods: []
|
||||
nginx_other_headers: true
|
||||
|
@@ -54,7 +54,7 @@ http {
|
||||
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml;
|
||||
|
||||
include nginx.ssl.conf;
|
||||
{% if inventory_hostname != 'pt1.dmz.mateu.be' %}
|
||||
{% if nginx_other_headers %}
|
||||
include nginx.other_headers.conf;
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user