Updated confs

This commit is contained in:
Ubergeek
2019-02-16 00:16:27 +00:00
parent f3f876f83c
commit 7edcff4df4
13 changed files with 18 additions and 182 deletions

View File

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