Skip to content

Commit f8a6eb8

Browse files
nztimlafriks
authored andcommitted
Apache configuration for Let's Encrypt webroot validation (#9438)
1 parent a136545 commit f8a6eb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/doc/usage/reverse-proxies.en-us.md

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ If you want Apache HTTPD to serve your Gitea instance, you can add the following
129129

130130
Note: The following Apache HTTPD mods must be enabled: `proxy`, `proxy_http`
131131

132+
If you wish to use Let's Encrypt with webroot validation, add the line `ProxyPass /.well-known !` before `ProxyPass` to disable proxying these requests to Gitea.
133+
132134
## Using Apache HTTPD with a sub-path as a reverse proxy
133135

134136
In case you already have a site, and you want Gitea to share the domain name, you can setup Apache HTTPD to serve Gitea under a sub-path by adding the following to you Apache HTTPD configuration (usually located at `/etc/apache2/httpd.conf` in Ubuntu):

0 commit comments

Comments
 (0)