Update sites-available to the working conf

This commit is contained in:
Naglfar
2021-09-29 20:07:41 +02:00
parent 3204405825
commit 7e5359ac79
6 changed files with 11 additions and 81 deletions

View File

@@ -8,4 +8,7 @@
Order deny,allow
Deny from all
</Directorymatch>
</VirtualHost>
RewriteEngine on
RewriteCond %{SERVER_NAME} =lukewarmcat.codes
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>