From dadcc29daf52ed4a60436e9fcc275b4df06c5a2e Mon Sep 17 00:00:00 2001 From: Yves G Date: Mon, 17 Aug 2020 19:44:36 +0200 Subject: [PATCH] gitea: the documentation now says to have an empty port when using a Unix socket --- roles/ihmgit_back/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ihmgit_back/tasks/main.yml b/roles/ihmgit_back/tasks/main.yml index f891610..6422707 100644 --- a/roles/ihmgit_back/tasks/main.yml +++ b/roles/ihmgit_back/tasks/main.yml @@ -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}