diff options
| author | 2020-04-21 21:17:29 +0200 | |
|---|---|---|
| committer | 2020-04-21 21:17:29 +0200 | |
| commit | 5fbbc6ad583308578e915e206f518c153949f51b (patch) | |
| tree | 9525aa497b7ad0eef57df5e88c68ccb216e28e34 /Docker/README.md | |
| parent | bb3c35401cdaaad42007b21e557ee4639bb4350c (diff) | |
Fix minor typo in Docker README (#2921)
Diffstat (limited to 'Docker/README.md')
| -rw-r--r-- | Docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/README.md b/Docker/README.md index bc8860e46..b27aa6b94 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -354,7 +354,7 @@ server { ### Alternative reverse proxy using [Apache 2.4](https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html) Here is an example of a configuration file for running FreshRSS behind an Apache reverse proxy (as a subdirectory). -You need a working SSL configuration and the Apache modules `proxy`, `proxy_http` and and `headers`installed (depends on your distribution) and enabled (```a2enmod proxy proxy_http headers```). +You need a working SSL configuration and the Apache modules `proxy`, `proxy_http` and `headers` installed (depends on your distribution) and enabled (```a2enmod proxy proxy_http headers```). ``` ProxyPreserveHost On |
