Skip to content
Snippets Groups Projects
Commit ca294e0d authored by Chris Croome's avatar Chris Croome
Browse files

Default index.html absent

parent e037dc48
No related branches found
No related tags found
No related merge requests found
Pipeline #8176 passed
......@@ -23,6 +23,13 @@
tags:
- apache
- name: Debian default /var/www/html/index.html absent
file:
path: /var/www/html/index.html
state: absent
tags:
- apache
- name: WSH Apache config in place
template:
src: templates/mc3.conf.j2
......
......@@ -23,6 +23,13 @@
tags:
- apache
- name: Debian default /var/www/html/index.html absent
file:
path: /var/www/html/index.html
state: absent
tags:
- apache
- name: WSH Apache config in place
template:
src: templates/webarch.conf.j2
......
......@@ -132,7 +132,7 @@ ErrorDocument 403 /mc3/403.shtml
SSLCertificateKeyFile /etc/ssl/le/{{ inventory_hostname }}.key.pem
SSLCertificateChainFile /etc/ssl/le/{{ inventory_hostname }}.ca.pem
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
DocumentRoot "/var/www"
DocumentRoot "/var/www/html"
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment