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 | 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user