mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-17 17:56:27 +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:''
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user