Update IP format in mod_rest example configuration file (#190)
This commit is contained in:
parent
4013a68554
commit
df79a848f6
|
@ -1,7 +1,7 @@
|
||||||
modules:
|
modules:
|
||||||
mod_rest:
|
mod_rest:
|
||||||
allowed_ips:
|
allowed_ips:
|
||||||
- "> {127,0,0,1} ."
|
- "127.0.0.1"
|
||||||
listen:
|
listen:
|
||||||
-
|
-
|
||||||
port: 5285
|
port: 5285
|
||||||
|
|
Loading…
Reference in New Issue