mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 00:09:26 -05:00
Fix nginx example in ACME doc. (#4923)
This commit is contained in:
parent
ac396a0d32
commit
7105057cf2
1
changelog.d/4923.misc
Normal file
1
changelog.d/4923.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
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 {
|
location /.well-known/acme-challenge {
|
||||||
proxy_pass http://localhost:8009/;
|
proxy_pass http://localhost:8009;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user