Forward scheme and http code added for redirection hosts

You can now configure the forward_scheme and forward_http_code on user interface (section redirection hosts)
This commit is contained in:
baruffaldi
2021-02-09 11:23:15 +01:00
parent ea28da90b2
commit 6df7b72e08
6 changed files with 61 additions and 4 deletions

View File

@ -9,6 +9,8 @@ const model = Backbone.Model.extend({
created_on: null,
modified_on: null,
domain_names: [],
forward_http_code: 0,
forward_scheme: null,
forward_domain_name: '',
preserve_path: true,
certificate_id: 0,