mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-19 05:43:25 +00:00
Added support for redirection and 404 hosts
This commit is contained in:
@@ -7,8 +7,10 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
type: 'proxy',
|
||||
hostname: '',
|
||||
forward_server: '',
|
||||
forward_host: '',
|
||||
forward_port: 80,
|
||||
asset_caching: false,
|
||||
block_exploits: true,
|
||||
|
||||
Reference in New Issue
Block a user