nginx/server: Drop xslt module as it's not used anymore
This commit is contained in:
parent
1f304aec10
commit
fbb64c4fb0
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,4 @@
|
|||
|
||||
{% if ansible_os_family == "RedHat" %}
|
||||
include /usr/share/nginx/modules/mod-http-xslt-filter.conf;
|
||||
{% endif %}
|
||||
|
||||
user {{ nginx_user }};
|
||||
worker_processes auto;
|
||||
error_log {{ nginx_logdir }}/error.log;
|
||||
|
|
Loading…
Add table
Reference in a new issue