mirror of
https://github.com/YunoHost-Apps/reverseproxy_ynh.git
synced 2024-09-03 20:16:23 +02:00
Revert "[fix] Do not use key/value choices until YunoHost/yunohost-admin/pull/128 is merged and release."
This reverts commit dbd23f3d49
.
Conflicts:
manifest.json
This commit is contained in:
parent
3ddd81183d
commit
771b6ae9e6
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" : "Visible (302 redirect)",
|
||||||
"visible_301",
|
"visible_301" : "Visible (301 redirect)",
|
||||||
"proxy"
|
"proxy": "Proxy, invisible (Nginx proxy_pass)"
|
||||||
],
|
},
|
||||||
"default": "visible_302"
|
"default": "visible_302"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue