Merge pull request #1342 from zuohuadong/patch-24
add examples in caddy
This commit is contained in:
		@@ -25,6 +25,22 @@
 | 
				
			|||||||
    #  dns cloudflare
 | 
					    #  dns cloudflare
 | 
				
			||||||
    #}
 | 
					    #}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
laradock.demo:80 {
 | 
					
 | 
				
			||||||
 | 
					laradock1.demo:80 {
 | 
				
			||||||
    root /var/www/public
 | 
					    root /var/www/public
 | 
				
			||||||
 | 
					    # Create a Webhook in git.
 | 
				
			||||||
 | 
					    #git {
 | 
				
			||||||
 | 
						#repo https://github.com/xxx/xxx
 | 
				
			||||||
 | 
					    #    path /home/xxx
 | 
				
			||||||
 | 
					    #    #interval 60
 | 
				
			||||||
 | 
					    #    hook  webhook laradock
 | 
				
			||||||
 | 
					    #    hook_type   generic
 | 
				
			||||||
 | 
					    #}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					laradock2.demo:80 {
 | 
				
			||||||
 | 
					    # Create a Proxy and cors.
 | 
				
			||||||
 | 
					    #proxy domain.com
 | 
				
			||||||
 | 
						#cors
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user