apache: Allow access to web root
This commit is contained in:
parent
bace8a39b4
commit
47da9470a6
1 changed files with 6 additions and 0 deletions
|
@ -12,4 +12,10 @@
|
||||||
# Client certificate auth
|
# Client certificate auth
|
||||||
SSLCACertificateFile {{ tls_certs }}/ca.crt
|
SSLCACertificateFile {{ tls_certs }}/ca.crt
|
||||||
SSLVerifyClient require
|
SSLVerifyClient require
|
||||||
|
|
||||||
|
<Directory "/srv/web/{{ inventory_hostname }}">
|
||||||
|
Options FollowSymLinks
|
||||||
|
AllowOverride None
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue