Add personal userdir config to apache.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-05 19:24:16 +00:00
commit d69773f73b

View file

@ -22,6 +22,11 @@
# 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
<IfModule userdir_module>
UserDir www/html
UserDir Disabled root
</IfModule>
</IfModule>
</VirtualHost>
@ -50,5 +55,10 @@
# 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
<IfModule userdir_module>
UserDir www/html
UserDir Disabled root
</IfModule>
</VirtualHost>
</IfModule>