Delete 'roles/webserver/files/etc/apache2/sites-available/mightywcms.conf'

This commit is contained in:
deepend 2023-06-28 17:01:51 +00:00
parent 6fe1dd7bd5
commit c555e2fa43
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
<VirtualHost *:80>
ServerAdmin naglfar@thunix.net
ServerName mightywcms.thunix.net
DocumentRoot /var/www/MightyWCMS
ErrorLog ${APACHE_LOG_DIR}/error.mightywcms.log
CustomLog ${APACHE_LOG_DIR}/access.mightywcms.log combined
<Directory /var/www/MightyWCMS>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
Redirect permanent / https://mightywcms.thunix.net/
</VirtualHost>