mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	advanced config move to top of default confg
This commit is contained in:
		| @@ -1,4 +1,6 @@ | ||||
|   location {{ path }} { | ||||
|     {{ advanced_config }} | ||||
|  | ||||
|     proxy_set_header Host $host; | ||||
|     proxy_set_header X-Forwarded-Scheme $scheme; | ||||
|     proxy_set_header X-Forwarded-Proto  $scheme; | ||||
| @@ -17,8 +19,5 @@ | ||||
|     proxy_set_header Connection $http_connection; | ||||
|     proxy_http_version 1.1; | ||||
|     {% endif %} | ||||
|  | ||||
|  | ||||
|     {{ advanced_config }} | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user