Update 'roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf'

This commit is contained in:
deepend 2023-06-28 18:53:51 +00:00
parent 542409b76c
commit aa5f353490
1 changed files with 15 additions and 8 deletions

View File

@ -1,13 +1,18 @@
<VirtualHost *:80>
<VirtualHost *:80 *:443>
ServerAdmin webmaster@thunix.net
ServerName www.thunix.net
DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/thunix.cf>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
Order deny,allow
Deny from all
</Directorymatch>
<IfModule mod_userdir.c>
UserDir public_html
UserDir disabled root
@ -16,7 +21,9 @@
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>
</IfModule>
Redirect permanent / https://www.thunix.net/
</VirtualHost>
</IfModule>
# Redirect permanent / https://www.thunix.net/
#Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem
</VirtualHost>