mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-04 03:27:23 -05:00 
			
		
		
		
	Merge pull request #960 from phifty/patch-1
Change position of locale directive
This commit is contained in:
		
						commit
						cf1b355d30
					
				@ -342,11 +342,11 @@ var directives = []string{
 | 
				
			|||||||
	"git",    // github.com/abiosoft/caddy-git
 | 
						"git",    // github.com/abiosoft/caddy-git
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// directives that add middleware to the stack
 | 
						// directives that add middleware to the stack
 | 
				
			||||||
 | 
						"locale", // github.com/simia-tech/caddy-locale
 | 
				
			||||||
	"log",
 | 
						"log",
 | 
				
			||||||
	"rewrite",
 | 
						"rewrite",
 | 
				
			||||||
	"ext",
 | 
						"ext",
 | 
				
			||||||
	"gzip",
 | 
						"gzip",
 | 
				
			||||||
	"locale", // github.com/simia-tech/caddy-locale
 | 
					 | 
				
			||||||
	"errors",
 | 
						"errors",
 | 
				
			||||||
	"minify",    // github.com/hacdias/caddy-minify
 | 
						"minify",    // github.com/hacdias/caddy-minify
 | 
				
			||||||
	"ipfilter",  // github.com/pyed/ipfilter
 | 
						"ipfilter",  // github.com/pyed/ipfilter
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user