torify some domains
This commit is contained in:
parent
c0f9fc52e0
commit
88b583fa19
|
@ -1,6 +1,7 @@
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerAdmin webmaster@thunix.net
|
ServerAdmin webmaster@thunix.net
|
||||||
ServerName deb.thunix.net
|
ServerName deb.thunix.net
|
||||||
|
ServerAlias deb.thunixme5v4rnoby.onion
|
||||||
DocumentRoot /var/www/deb.thunix.net
|
DocumentRoot /var/www/deb.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
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
ServerAdmin webmaster@thunix.net
|
ServerAdmin webmaster@thunix.net
|
||||||
ServerName ftp.thunix.net
|
ServerName ftp.thunix.net
|
||||||
DocumentRoot /var/www/ftp.thunix.cf
|
DocumentRoot /var/www/ftp.thunix.cf
|
||||||
|
ServerAlias ftp.thunixme5v4rnoby.onion
|
||||||
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 rpm.thunix.net
|
ServerName rpm.thunix.net
|
||||||
|
ServerAlias rpm.thunixme5v4rnoby.onion
|
||||||
DocumentRoot /var/www/rpm.thunix.net
|
DocumentRoot /var/www/rpm.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 stats.thunix.net
|
ServerName stats.thunix.net
|
||||||
|
ServerAlias stats.thunixme5v4rnoby.onion
|
||||||
DocumentRoot /var/www/stats.thunix.net
|
DocumentRoot /var/www/stats.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 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
|
||||||
|
|
Loading…
Reference in New Issue