Compare commits

..

No commits in common. "7ab3cb6c5990c003b25fc4f99d50452ecea4a88a" and "bb252c1d473da7a5f5a1a5d62dfbfebb324fd299" have entirely different histories.

3 changed files with 0 additions and 27 deletions

View File

@ -1,21 +0,0 @@
{%- from slspath ~ '/../map.jinja' import listen_ips -%}
nginx:
snippets:
robots:
- location /robots.txt:
- root: /srv/www/htdocs
php-fastcgi:
- 'location ~* \.php$':
- fastcgi_index: index.php
- fastcgi_pass: unix:/run/php-fpm/php-fpm.sock
- 'include': fastcgi_params
- fastcgi_param: SCRIPT_FILENAME $document_root$fastcgi_script_name
{%- if listen_ips | length %}
listen:
{%- for ip in listen_ips %}
- listen: {{ ip }}:443 ssl http2
{%- endfor %}
{%- endif %}

View File

@ -32,7 +32,6 @@ libertacasa_rpm_repository:
- gpgcheck: 1
- gpgkey: {{ repokey }}
- priority: 110
- refresh: True
- require:
- cmd: libertacasa_rpm_key

View File

@ -1,5 +0,0 @@
include:
- nginx.pkg
- nginx.config
- nginx.snippets
- nginx.servers