mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Fixed the access log path to match the HTTP one. This also fixes its handling by logrotate.
This commit is contained in:
		| @@ -30,7 +30,7 @@ server { | ||||
| 	set $port "443"; | ||||
|  | ||||
| 	server_name localhost; | ||||
| 	access_log /data/logs/fallback-access.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