minor changes
This commit is contained in:
		@@ -6,23 +6,22 @@
 | 
			
		||||
# Format file
 | 
			
		||||
# caddy fmt /etc/caddy/Caddyfile --overwrite
 | 
			
		||||
 | 
			
		||||
# The Caddyfile is an easy way to configure your Caddy web server.
 | 
			
		||||
 | 
			
		||||
# Global Rules
 | 
			
		||||
{
 | 
			
		||||
	log {
 | 
			
		||||
	log access-log {
 | 
			
		||||
		output file /var/log/caddy/access.log {
 | 
			
		||||
			roll_size 10mb
 | 
			
		||||
			roll_keep 20
 | 
			
		||||
			roll_keep_for 720h
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		level INFO
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
(common) {
 | 
			
		||||
	header /* {
 | 
			
		||||
	-Server
 | 
			
		||||
		-Server
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -62,7 +61,6 @@ https://vault.novemila.org {
 | 
			
		||||
 | 
			
		||||
https://ntfy.novemila.org {
 | 
			
		||||
	import common
 | 
			
		||||
	encode gzip zstd	
 | 
			
		||||
	reverse_proxy localhost:3003
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -105,7 +103,6 @@ https://mon.novemila.org {
 | 
			
		||||
 | 
			
		||||
https://admin.cloud.novemila.org {
 | 
			
		||||
	import common
 | 
			
		||||
	encode gzip zstd
 | 
			
		||||
	reverse_proxy localhost:3010 {
 | 
			
		||||
		transport http {
 | 
			
		||||
			tls_insecure_skip_verify
 | 
			
		||||
@@ -193,7 +190,6 @@ https://linkding.novemila.org {
 | 
			
		||||
 | 
			
		||||
https://molly.novemila.org {
 | 
			
		||||
	import common
 | 
			
		||||
	encode gzip zstd
 | 
			
		||||
	reverse_proxy / localhost:8020
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user