1
0
Fork 0
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:
JocelynDelalande 2018-12-22 14:53:17 +01:00 committed by GitHub
parent 58ac1c2291
commit f445128d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"