Browse Source

Use consistent hostname for caddy reverse proxy

pull/2119/head
Neale Pickett 4 months ago
parent
commit
b203f51f85
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md View File

@@ -1031,7 +1031,7 @@ On Caddy, websocket proxying can be configured with:
1031 1031
 
1032 1032
 ```
1033 1033
 handle_path /webirc {
1034
-  reverse_proxy ircd:8067
1034
+  reverse_proxy 127.0.0.1:8067
1035 1035
 }
1036 1036
 ```
1037 1037
 

Loading…
Cancel
Save