mirror of
https://github.com/YunoHost-Apps/reverseproxy_ynh.git
synced 2024-09-03 20:16:23 +02:00
[fix] Do not use key/value choices until YunoHost/yunohost-admin/pull/128 is merged and release.
This commit is contained in:
parent
253310b8f8
commit
dbd23f3d49
1 changed files with 5 additions and 5 deletions
|
@ -62,11 +62,11 @@
|
||||||
"en": "Redirect type",
|
"en": "Redirect type",
|
||||||
"fr": "Type de redirection"
|
"fr": "Type de redirection"
|
||||||
},
|
},
|
||||||
"choices": {
|
"choices": [
|
||||||
"visible_302" : "Visible (302 redirect)",
|
"visible_302",
|
||||||
"visible_301" : "Visible (301 redirect)",
|
"visible_301",
|
||||||
"proxy": "Proxy, invisible (Nginx proxy_pass)"
|
"proxy",
|
||||||
},
|
],
|
||||||
"default": "visible_302"
|
"default": "visible_302"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue