Add Gitea and adjust configs.
This commit is contained in:
parent
f52e089094
commit
eb16b7fb68
6 changed files with 9 additions and 4 deletions
|
@ -20,8 +20,8 @@
|
|||
Require all granted
|
||||
</Proxy>
|
||||
# Dot NOT add backslashes to the end of the urls.
|
||||
ProxyPass /git http://nas0.afterdark.lan:3000
|
||||
ProxyPassReverse /git http://nas0.afterdark.lan:3000
|
||||
ProxyPass /git http://127.0.0.1:3000
|
||||
ProxyPassReverse /git http://127.0.0.1:3000
|
||||
</IfModule>
|
||||
</VirtualHost>
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
|||
Require all granted
|
||||
</Proxy>
|
||||
# Dot NOT add backslashes to the end of the urls.
|
||||
ProxyPass /git http://nas0.afterdark.lan:3000
|
||||
ProxyPassReverse /git http://nas0.afterdark.lan:3000
|
||||
ProxyPass /git http://127.0.0.1:3000
|
||||
ProxyPassReverse /git http://127.0.0.1:3000
|
||||
</VirtualHost>
|
||||
</IfModule>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue