Skip to content
Snippets Groups Projects
Unverified Commit 7105057c authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Fix nginx example in ACME doc. (#4923)

parent ac396a0d
No related branches found
No related tags found
No related merge requests found
Fix nginx example in ACME doc.
......@@ -67,7 +67,7 @@ For nginx users, add the following line to your existing `server` block:
```
location /.well-known/acme-challenge {
proxy_pass http://localhost:8009/;
proxy_pass http://localhost:8009;
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment