mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Fix typo
This commit is contained in:
parent
b9ac55fe26
commit
b57fbfa696
@ -96,11 +96,11 @@ long poll publish = http://localhost/lp/pub/%s
|
|||||||
event source subscribe = /ev/sub/%s
|
event source subscribe = /ev/sub/%s
|
||||||
long poll subscribe = /lp/sub/%s
|
long poll subscribe = /lp/sub/%s
|
||||||
|
|
||||||
# For remote nchan
|
# For remote nchan, make sure you use https:// if SSL is configured on push server
|
||||||
;event source publish = //push.example.com/ev/pub/%s
|
;event source publish = http://push.example.com/ev/pub/%s
|
||||||
;long poll publish = http://push.example.com/lp/pub/%s
|
;long poll publish = http://push.example.com/lp/pub/%s
|
||||||
;event source subscribe = //push.example.com/ev/sub/%s
|
;event source subscribe = //push.example.com/ev/sub/%s
|
||||||
;long poll subscribe = http://push.example.com/lp/sub/%s
|
;long poll subscribe = //push.example.com/lp/sub/%s
|
||||||
|
|
||||||
[authority]
|
[authority]
|
||||||
# Present form for CSR submission for logged in users
|
# Present form for CSR submission for logged in users
|
||||||
|
Loading…
Reference in New Issue
Block a user