Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ecsos:server
gitea
gitea-apache-vhost.conf
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gitea-apache-vhost.conf of Package gitea
# gitea under /git and with ssl # # Change following in /etc/gitea/conf/app.ini # # You have two options # # First option: # # - ROOT_URL to http://<your_server>.<your_domain>/git/ # # # Second option: # # - PROTOCOL to https # - ROOT_URL to https://<your_server>.<your_domain>/git/ # # Uncomment below rows and change <your_server>.<your_domain> # to your server and domain. #<VirtualHost *:80> # ... # <Proxy *> # Order allow,deny # Allow from all # </Proxy> # AllowEncodedSlashes NoDecode # # Note: no trailing slash after either /git or port # ProxyPass /git http://localhost:3000 nocanon # ProxyPassReverse /git http://localhost:3000 #</VirtualHost> # Then set [server] ROOT_URL = http://git.example.com/git/ in your configuration. # Note: The following Apache HTTPD mods must be enabled: proxy, proxy_http
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor