torify some domains
This commit is contained in:
parent
88b583fa19
commit
01992b2c22
|
@ -1,6 +1,7 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName www.thunix.net
|
||||
ServerAlias www.thunixme5v4rnoby.onion
|
||||
DocumentRoot /var/www/thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName forums.thunix.net
|
||||
ServerAlias forums.thunixme5v4rnoby.onion
|
||||
DocumentRoot /var/www/forums.thunix.net
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
@ -14,6 +15,7 @@
|
|||
# <VirtualHost *:443>
|
||||
# ServerAdmin webmaster@thunix.net
|
||||
# ServerName forums.thunix.net
|
||||
# ServerAlias forums.thunixme5v4rnoby.onion
|
||||
# DocumentRoot /var/www/forums.thunix.net
|
||||
# ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
# CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
@ -25,4 +27,4 @@
|
|||
# SSLCertificateKeyFile /etc/letsencrypt/live/forums.thunix.net/privkey.pem
|
||||
# Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
#</VirtualHost>
|
||||
#</IfModule>
|
||||
#</IfModule>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName ftp.thunix.net
|
||||
DocumentRoot /var/www/ftp.thunix.cf
|
||||
ServerAlias ftp.thunixme5v4rnoby.onion
|
||||
DocumentRoot /var/www/ftp.thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
<Directorymatch "^/.*/\.git/">
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName git.thunix.net
|
||||
ServerAlias git.thunixme5v4rnoby.onion
|
||||
DocumentRoot /var/www/git.thunix.net
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
@ -25,4 +26,4 @@
|
|||
# SSLCertificateKeyFile /etc/letsencrypt/live/git.thunix.net/privkey.pem
|
||||
# Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
#</VirtualHost>
|
||||
#</IfModule>
|
||||
#</IfModule>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName lists.thunix.net
|
||||
ServerAlias lists.thunixme5v4rnoby.onion
|
||||
DocumentRoot /var/www/lists.thunix.net
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
@ -25,4 +26,4 @@
|
|||
# SSLCertificateKeyFile /etc/letsencrypt/live/lists.thunix.net/privkey.pem
|
||||
# Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
#</VirtualHost>
|
||||
#</IfModule>
|
||||
#</IfModule>
|
||||
|
|
Loading…
Reference in New Issue