mirror of
https://github.com/YunoHost-Apps/redirect_ynh.git
synced 2024-09-03 20:16:10 +02:00
Explicit what 301/302 means
For headless people like me who cannot remember it :-)
This commit is contained in:
parent
58ac1c2291
commit
f445128d2e
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@
|
|||
"fr": "Type de redirection"
|
||||
},
|
||||
"choices": {
|
||||
"visible_302" : "Visible (302 redirect)",
|
||||
"visible_301" : "Visible (301 redirect)",
|
||||
"visible_302" : "Visible (302, temporary redirect)",
|
||||
"visible_301" : "Visible (301, permanent redirect)",
|
||||
"proxy": "Proxy, invisible (Nginx proxy_pass)"
|
||||
},
|
||||
"default": "visible_302"
|
||||
|
|
Loading…
Reference in a new issue