1
1
Fork 0
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:
L3D 2023-01-26 21:49:20 +01:00
parent 85f20a730d
commit c28072f05f
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -20,10 +20,10 @@ The following code has been tested with the latest Debian Stable, it should work
vars:
# Here we assume we are behind a reverse proxy that will
# 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_root_url: 'https://git.example.com'
gitea_protocol: http
gitea_start_ssh: true
```