Use 9xxx port for proxied services.
This commit is contained in:
parent
ba39279956
commit
e6cd92f259
4 changed files with 14 additions and 9 deletions
|
|
@ -64,9 +64,11 @@
|
|||
<Proxy *>
|
||||
Require all granted
|
||||
</Proxy>
|
||||
# Dot NOT add backslashes to the end of the urls.
|
||||
ProxyPass /git http://127.0.0.1:3000
|
||||
ProxyPassReverse /git http://127.0.0.1:3000
|
||||
# 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
|
||||
|
||||
<IfModule userdir_module>
|
||||
UserDir /data/home/*/www/html
|
||||
|
|
@ -95,15 +97,17 @@
|
|||
CustomLog /data/www/logs/httpd-access VHostCombined env=!no_log
|
||||
|
||||
<Proxy *>
|
||||
Require all granted
|
||||
Require all granted
|
||||
</Proxy>
|
||||
# Dot NOT add backslashes to the end of the urls.
|
||||
ProxyPass /git http://127.0.0.1:3000
|
||||
ProxyPassReverse /git http://127.0.0.1:3000
|
||||
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
|
||||
|
||||
<IfModule userdir_module>
|
||||
UserDir /data/home/*/www/html
|
||||
UserDir Disabled root
|
||||
UserDir /data/home/*/www/html
|
||||
UserDir Disabled root
|
||||
</IfModule>
|
||||
</VirtualHost>
|
||||
</IfModule>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue