mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
404 hosts section and other fixes
This commit is contained in:
@ -11,9 +11,9 @@ const model = Backbone.Model.extend({
|
||||
created_on: null,
|
||||
modified_on: null,
|
||||
owner: null,
|
||||
incoming_port: 3000,
|
||||
forward_ip: '',
|
||||
forwarding_port: 3000,
|
||||
incoming_port: null,
|
||||
forward_ip: null,
|
||||
forwarding_port: null,
|
||||
tcp_forwarding: true,
|
||||
udp_forwarding: false,
|
||||
meta: {}
|
||||
|
Reference in New Issue
Block a user