Updated, and fixed LE for dev.thunix.cf
This commit is contained in:
parent
b28af24dba
commit
78c358da56
|
@ -10,28 +10,8 @@
|
||||||
Deny from all
|
Deny from all
|
||||||
</Directorymatch>
|
</Directorymatch>
|
||||||
|
|
||||||
|
SSLCertificateFile /etc/letsencrypt/live/dev.thunix.cf-0001/fullchain.pem
|
||||||
|
SSLCertificateKeyFile /etc/letsencrypt/live/dev.thunix.cf-0001/privkey.pem
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem
|
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem
|
|
||||||
</VirtualHost>
|
|
||||||
</IfModule>
|
|
||||||
<IfModule mod_ssl.c>
|
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName dev.thunix.cf
|
|
||||||
DocumentRoot /var/www/dev.thunix.cf
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
RewriteEngine on
|
|
||||||
# Some rewrite rules in this file were disabled on your HTTPS site,
|
|
||||||
# because they have the potential to create redirection loops.
|
|
||||||
|
|
||||||
# RewriteCond %{SERVER_NAME} =dev.thunix.cf
|
|
||||||
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
|
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
Loading…
Reference in New Issue