mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Add link to proxy config
This commit is contained in:
parent
85f20a730d
commit
c28072f05f
1 changed files with 1 additions and 1 deletions
|
@ -20,10 +20,10 @@ The following code has been tested with the latest Debian Stable, it should work
|
||||||
vars:
|
vars:
|
||||||
# Here we assume we are behind a reverse proxy that will
|
# Here we assume we are behind a reverse proxy that will
|
||||||
# handle https for us, so we bind on localhost:3000 using HTTP
|
# handle https for us, so we bind on localhost:3000 using HTTP
|
||||||
|
# see https://docs.gitea.io/en-us/reverse-proxies/#nginx
|
||||||
gitea_fqdn: 'git.example.com'
|
gitea_fqdn: 'git.example.com'
|
||||||
gitea_root_url: 'https://git.example.com'
|
gitea_root_url: 'https://git.example.com'
|
||||||
gitea_protocol: http
|
gitea_protocol: http
|
||||||
|
|
||||||
gitea_start_ssh: true
|
gitea_start_ssh: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue