From c28072f05f08716314fddb5605142446204a447a Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 26 Jan 2023 21:49:20 +0100 Subject: [PATCH] Add link to proxy config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3543ad9..0e9d3c7 100644 --- a/README.md +++ b/README.md @@ -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 ```