diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2019-01-17 20:48:01 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2019-01-17 14:48:01 -0500 |
commit | 9edc829c1758b436f8f52ebe61479af087940d60 (patch) | |
tree | d54caf179dd74cc5951c7b98c2f7da2719eb1124 /docs/content/doc/usage | |
parent | 82e08a3364195b515a005180c2bdc08e78aac208 (diff) | |
download | gitea-9edc829c1758b436f8f52ebe61479af087940d60.tar.gz gitea-9edc829c1758b436f8f52ebe61479af087940d60.zip |
update docs to include THEMES config value (#5752)
* update docs to include THEMES
* Update app.ini.sample
* Update config-cheat-sheet.en-us.md
Diffstat (limited to 'docs/content/doc/usage')
-rw-r--r-- | docs/content/doc/usage/https-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/https-support.md b/docs/content/doc/usage/https-support.md index e2af38113b..25c9ab0164 100644 --- a/docs/content/doc/usage/https-support.md +++ b/docs/content/doc/usage/https-support.md @@ -74,5 +74,5 @@ After that, enable HTTPS by following one of these guides: * [apache2/httpd](https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html) * [caddy](https://caddyserver.com/docs/tls) -Note: You connection between your reverse proxy and gitea might be unencrypted. To encrypt it too follow the [built-in server guide](#using-built-in-server) and change +Note: Your connection between your reverse proxy and gitea might be unencrypted. To encrypt it too follow the [built-in server guide](#using-built-in-server) and change the proxy url to `https://[URL]`. |