gitea: the documentation now says to have an empty port when using a Unix socket

master
Yves G 2020-08-17 19:44:36 +02:00
parent ce8bce106b
commit dadcc29daf
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
- {s: server, o: DOMAIN, v: '{{net_soa}}'}
- {s: server, o: ROOT_URL, v: 'https://{{net_soa}}{{http_pfx_gitea}}/'}
- {s: server, o: HTTP_ADDR, v: /run/shared_sockets/gitea}
- {s: server, o: HTTP_PORT, v: ''}
- {s: server, o: LOCAL_ROOT_URL, v: ''}
- {s: server, o: SSH_DOMAIN, v: '{{net_soa}}'}
- {s: server, o: SSH_PORT, v: 2222}