mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Merge pull request #2942 from wrouesnel/444_default_support
Add support for nginx 444 default response
This commit is contained in:
		| @@ -24,6 +24,12 @@ server { | ||||
|   } | ||||
| {% endif %} | ||||
|  | ||||
| {%- if value == "444" %} | ||||
|   location / { | ||||
|     return 444; | ||||
|   } | ||||
| {% endif %} | ||||
|  | ||||
| {%- if value == "redirect" %} | ||||
|   location / { | ||||
|     return 301 {{ meta.redirect }}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user