Add personal userdir config to apache.
This commit is contained in:
parent
1da4dd1d21
commit
d69773f73b
1 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
||||||
# Dot NOT add backslashes to the end of the urls.
|
# Dot NOT add backslashes to the end of the urls.
|
||||||
ProxyPass /git http://127.0.0.1:3000
|
ProxyPass /git http://127.0.0.1:3000
|
||||||
ProxyPassReverse /git http://127.0.0.1:3000
|
ProxyPassReverse /git http://127.0.0.1:3000
|
||||||
|
|
||||||
|
<IfModule userdir_module>
|
||||||
|
UserDir www/html
|
||||||
|
UserDir Disabled root
|
||||||
|
</IfModule>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
@ -50,5 +55,10 @@
|
||||||
# Dot NOT add backslashes to the end of the urls.
|
# Dot NOT add backslashes to the end of the urls.
|
||||||
ProxyPass /git http://127.0.0.1:3000
|
ProxyPass /git http://127.0.0.1:3000
|
||||||
ProxyPassReverse /git http://127.0.0.1:3000
|
ProxyPassReverse /git http://127.0.0.1:3000
|
||||||
|
|
||||||
|
<IfModule userdir_module>
|
||||||
|
UserDir www/html
|
||||||
|
UserDir Disabled root
|
||||||
|
</IfModule>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue