mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Splits access and error logs for each host
This commit is contained in:
		| @@ -8,7 +8,7 @@ server { | ||||
| 	set $port "80"; | ||||
|  | ||||
| 	server_name localhost-nginx-proxy-manager; | ||||
| 	access_log /data/logs/default.log standard; | ||||
| 	access_log /data/logs/fallback-access.log standard; | ||||
| 	error_log /dev/null crit; | ||||
| 	include conf.d/include/assets.conf; | ||||
| 	include conf.d/include/block-exploits.conf; | ||||
| @@ -29,7 +29,7 @@ server { | ||||
| 	set $port "443"; | ||||
|  | ||||
| 	server_name localhost; | ||||
| 	access_log /data/logs/default.log standard; | ||||
| 	access_log /data/logs/fallback-access.log standard; | ||||
| 	error_log /dev/null crit; | ||||
| 	ssl_certificate /data/nginx/dummycert.pem; | ||||
| 	ssl_certificate_key /data/nginx/dummykey.pem; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user