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