mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	Default Site customisation and new Settings space (#91)
This commit is contained in:
		| @@ -22,10 +22,10 @@ server { | ||||
|   } | ||||
| } | ||||
|  | ||||
| # Default 80 Host, which shows a "You are not configured" page | ||||
| # "You are not configured" page, which is the default if another default doesn't exist | ||||
| server { | ||||
|   listen 80 default; | ||||
|   server_name localhost; | ||||
|   listen 80; | ||||
|   server_name localhost-nginx-proxy-manager; | ||||
|  | ||||
|   access_log /data/logs/default.log proxy; | ||||
|  | ||||
| @@ -38,9 +38,9 @@ server { | ||||
|   } | ||||
| } | ||||
|  | ||||
| # Default 443 Host | ||||
| # First 443 Host, which is the default if another default doesn't exist | ||||
| server { | ||||
|   listen 443 ssl default; | ||||
|   listen 443 ssl; | ||||
|   server_name localhost; | ||||
|  | ||||
|   access_log /data/logs/default.log proxy; | ||||
|   | ||||
| @@ -70,6 +70,7 @@ http { | ||||
|  | ||||
|   # Files generated by NPM | ||||
|   include /etc/nginx/conf.d/*.conf; | ||||
|   include /data/nginx/default_host/*.conf; | ||||
|   include /data/nginx/proxy_host/*.conf; | ||||
|   include /data/nginx/redirection_host/*.conf; | ||||
|   include /data/nginx/dead_host/*.conf; | ||||
|   | ||||
| @@ -7,6 +7,8 @@ mkdir -p /tmp/nginx/body \ | ||||
|   /data/custom_ssl \ | ||||
|   /data/logs \ | ||||
|   /data/access \ | ||||
|   /data/nginx/default_host \ | ||||
|   /data/nginx/default_www \ | ||||
|   /data/nginx/proxy_host \ | ||||
|   /data/nginx/redirection_host \ | ||||
|   /data/nginx/stream \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user