mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -96,11 +96,11 @@ long poll publish = http://localhost/lp/pub/%s | ||||
| event source subscribe = /ev/sub/%s | ||||
| long poll subscribe = /lp/sub/%s | ||||
|  | ||||
| # For remote nchan | ||||
| ;event source publish = //push.example.com/ev/pub/%s | ||||
| # For remote nchan, make sure you use https:// if SSL is configured on push server | ||||
| ;event source publish = http://push.example.com/ev/pub/%s | ||||
| ;long poll publish = http://push.example.com/lp/pub/%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] | ||||
| # Present form for CSR submission for logged in users | ||||
|   | ||||
		Reference in New Issue
	
	Block a user