mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-03 18:49:20 +00:00 
			
		
		
		
	Include Host or SERVER_NAME in logs
This commit is contained in:
		@@ -14,7 +14,11 @@ map $http_upgrade $proxy_connection {
 | 
			
		||||
 | 
			
		||||
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
 | 
			
		||||
 | 
			
		||||
access_log /proc/self/fd/1;
 | 
			
		||||
log_format vhost '$host $remote_addr - $remote_user [$time_local] '
 | 
			
		||||
                 '"$request" $status $body_bytes_sent '
 | 
			
		||||
                 '"$http_referer" "$http_user_agent"';
 | 
			
		||||
 | 
			
		||||
access_log /proc/self/fd/1 vhost;
 | 
			
		||||
error_log /proc/self/fd/2;
 | 
			
		||||
 | 
			
		||||
# HTTP 1.1 support
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user