Many updates.
This commit is contained in:
parent
a3a0d1b51c
commit
7ccb1aa296
37 changed files with 96 additions and 43 deletions
|
|
@ -55,11 +55,11 @@
|
|||
RedirectMatch permanent ^/(?!(\.well-known|httpd-errordocs)/)(.*) https://afterdark.org.uk/$2
|
||||
</IfModule>
|
||||
<IfModule !ssl_module>
|
||||
ScriptAlias /cgi-bin/ /data/www/cgi-bin/
|
||||
ScriptAlias /cgi-bin/ /data/var/www/cgi-bin/
|
||||
|
||||
DocumentRoot /data/www/html/
|
||||
DocumentRoot /data/var/www/html/
|
||||
|
||||
CustomLog /data/www/logs/httpd-access VHostCombined env=!no_log
|
||||
CustomLog /data/var/www/logs/httpd-access VHostCombined env=!no_log
|
||||
|
||||
<Proxy *>
|
||||
Require all granted
|
||||
|
|
@ -67,8 +67,8 @@
|
|||
# Do NOT add backslashes to the end of the urls.
|
||||
ProxyPass /git http://127.0.0.1:9100
|
||||
ProxyPassReverse /git http://127.0.0.1:9100
|
||||
ProxyPass /terrastate http://127.0.0.1:9200
|
||||
ProxyPassReverse /terrastate http://127.0.0.1:9200
|
||||
ProxyPass /ts http://127.0.0.1:9200
|
||||
ProxyPassReverse /ts http://127.0.0.1:9200
|
||||
|
||||
<IfModule userdir_module>
|
||||
UserDir /data/home/*/www/html
|
||||
|
|
@ -90,11 +90,11 @@
|
|||
SetEnvIf REQUEST_URI ^/robots\.txt$ no_log
|
||||
SetEnvIf REQUEST_URI ^/favicon\.ico$ no_log
|
||||
|
||||
ScriptAlias /cgi-bin/ /data/www/cgi-bin/
|
||||
ScriptAlias /cgi-bin/ /data/var/www/cgi-bin/
|
||||
|
||||
DocumentRoot /data/www/html/
|
||||
DocumentRoot /data/var/www/html/
|
||||
|
||||
CustomLog /data/www/logs/httpd-access VHostCombined env=!no_log
|
||||
CustomLog /data/var/www/logs/httpd-access VHostCombined env=!no_log
|
||||
|
||||
<Proxy *>
|
||||
Require all granted
|
||||
|
|
@ -102,8 +102,8 @@
|
|||
# Dot NOT add backslashes to the end of the urls.
|
||||
ProxyPass /git http://127.0.0.1:9100
|
||||
ProxyPassReverse /git http://127.0.0.1:9100
|
||||
ProxyPass /terrastate http://127.0.0.1:9200
|
||||
ProxyPassReverse /terrastate http://127.0.0.1:9200
|
||||
ProxyPass /ts http://127.0.0.1:9200
|
||||
ProxyPassReverse /ts http://127.0.0.1:9200
|
||||
|
||||
<IfModule userdir_module>
|
||||
UserDir /data/home/*/www/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue