|
|
|
@@ -71,11 +71,11 @@ In case you already have a site, and you want Gitea to share the domain name, yo |
|
|
|
<Proxy *> |
|
|
|
Order allow,deny |
|
|
|
Allow from all |
|
|
|
AllowEncodedSlashes NoDecode |
|
|
|
</Proxy> |
|
|
|
|
|
|
|
ProxyPass /git http://localhost:3000 nocanon # Note: no trailing slash after either /git or port |
|
|
|
ProxyPassReverse /git http://localhost:3000 # Note: no trailing slash after either /git or port |
|
|
|
AllowEncodedSlashes NoDecode |
|
|
|
# Note: no trailing slash after either /git or port |
|
|
|
ProxyPass /git http://localhost:3000 nocanon |
|
|
|
ProxyPassReverse /git http://localhost:3000 |
|
|
|
</VirtualHost> |
|
|
|
``` |
|
|
|
|
|
|
|
|