Explorar el Código

Use consistent hostname for caddy reverse proxy

pull/2119/head
Neale Pickett hace 4 meses
padre
commit
b203f51f85
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/MANUAL.md

+ 1
- 1
docs/MANUAL.md Ver fichero

1031
 
1031
 
1032
 ```
1032
 ```
1033
 handle_path /webirc {
1033
 handle_path /webirc {
1034
-  reverse_proxy ircd:8067
1034
+  reverse_proxy 127.0.0.1:8067
1035
 }
1035
 }
1036
 ```
1036
 ```
1037
 
1037
 

Loading…
Cancelar
Guardar