Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix nginx capatilization
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 1, 2019
1 parent 57164e1 commit da6df65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,13 @@ this problem.

**Using a reverse proxy**

A reverse proxy such as Apache or Nginx allows a single process (the web
A reverse proxy such as Apache or nginx allows a single process (the web
server) to listen on port 80 and proxy traffic to the appropriate program
running on your server. It is the recommended method for setting up ACME as
it allows you to use your existing webserver while also allowing Synapse to
provision certificates as needed.

For Nginx users, add the following line to your existing ``server`` block::
For nginx users, add the following line to your existing ``server`` block::

location /.well-known/acme-challenge {
proxy_pass http://localhost:8009/;
Expand Down

0 comments on commit da6df65

Please sign in to comment.