mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-07 13:12:02 +00:00
add forward path prefix to prefix services in a sub path.
This commit is contained in:
@@ -10,7 +10,8 @@ const model = Backbone.Model.extend({
|
||||
advanced_config: '',
|
||||
forward_scheme: 'http',
|
||||
forward_host: '',
|
||||
forward_port: '80'
|
||||
forward_port: '80',
|
||||
forward_path_prefix:''
|
||||
}
|
||||
},
|
||||
|
||||
|
@@ -12,6 +12,7 @@ const model = Backbone.Model.extend({
|
||||
forward_scheme: 'http',
|
||||
forward_host: '',
|
||||
forward_port: null,
|
||||
forward_path_prefix: '',
|
||||
access_list_id: 0,
|
||||
certificate_id: 0,
|
||||
ssl_forced: false,
|
||||
|
Reference in New Issue
Block a user