mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Store host logs in subfolders
This commit is contained in:
		| @@ -8,8 +8,8 @@ server { | ||||
|  | ||||
|   server_name {{ domain_names | join: " " }}; | ||||
|  | ||||
|   access_log /data/logs/letsencrypt-requests_access.log standard; | ||||
|   error_log /data/logs/letsencrypt-requests_error.log warn; | ||||
|   access_log /data/logs/letsencrypt_requests/access.log standard; | ||||
|   error_log /data/logs/letsencrypt_requests/error.log warn; | ||||
|  | ||||
|   include conf.d/include/letsencrypt-acme-challenge.conf; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user