summary refs log tree commit diff
path: root/docs/ACME.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ACME.md')
-rw-r--r--docs/ACME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ACME.md b/docs/ACME.md
index 46136a9f2c..9eb18a9cf5 100644
--- a/docs/ACME.md
+++ b/docs/ACME.md
@@ -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;
 }
 ```