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__/ {
|
location ^~ __PATH__/ {
|
||||||
|
|
||||||
if ($scheme = http) {
|
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
|
|
||||||
rewrite ^__PATH__/admin$ https://$host__PATH__/admin/ permanent;
|
rewrite ^__PATH__/admin$ https://$host__PATH__/admin/ permanent;
|
||||||
rewrite ^__PATH__/ui$ https://$host__PATH__/ui/ permanent;
|
rewrite ^__PATH__/ui$ https://$host__PATH__/ui/ permanent;
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"email": "tituspijean@outlook.com"
|
"email": "tituspijean@outlook.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.0"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue