mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
Fix linter
This commit is contained in:
parent
4ee2ec7c64
commit
d5ca99befd
2 changed files with 1 additions and 6 deletions
|
@ -29,11 +29,6 @@ location __PATH__/UP {
|
||||||
proxy_set_header Content-Type application/json;
|
proxy_set_header Content-Type application/json;
|
||||||
proxy_pass http://127.0.0.1:__PORT__/message;
|
proxy_pass http://127.0.0.1:__PORT__/message;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
||||||
# Force https
|
|
||||||
if ($scheme = http) {
|
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"email": "plopoyop@gmail.com"
|
"email": "plopoyop@gmail.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Reference in a new issue