mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Appease linter about https redirection
This commit is contained in:
parent
b3f2fae23a
commit
b239f0987e
2 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
|||
location ^~ __PATH__/ {
|
||||
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
rewrite ^__PATH__/admin$ https://$host__PATH__/admin/ permanent;
|
||||
rewrite ^__PATH__/ui$ https://$host__PATH__/ui/ permanent;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"email": "tituspijean@outlook.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.0"
|
||||
"yunohost": ">= 4.3.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue