[mod] caddyfile
This commit is contained in:
		
							parent
							
								
									6bf4c87d8d
								
							
						
					
					
						commit
						4d127dd2f3
					
				
					 1 changed files with 4 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -1,16 +1,7 @@
 | 
			
		|||
natalian:80 {
 | 
			
		||||
	tls off
 | 
			
		||||
	root natalian
 | 
			
		||||
	header / Content-Encoding "gzip"
 | 
			
		||||
	log stdout
 | 
			
		||||
	errors stdout
 | 
			
		||||
localhost {
 | 
			
		||||
	respond "Hello, world!"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
config:80 {
 | 
			
		||||
	tls off
 | 
			
		||||
	root config
 | 
			
		||||
	startup php-fpm
 | 
			
		||||
	fastcgi / 127.0.0.1:9000 php
 | 
			
		||||
	log stdout
 | 
			
		||||
	errors stdout
 | 
			
		||||
localhost:2016 {
 | 
			
		||||
	respond "Goodbye, world!"
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue