mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
fix linter
This commit is contained in:
parent
c7251fd866
commit
d452f39e36
2 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location __PATH__/ {
|
||||
|
||||
|
||||
proxy_pass http://localhost:5000;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header Host $host;
|
||||
more_set_headers "X-Frame-Options: ALLOWALL";
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"name": "Lapineige"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 11.0.0"
|
||||
"yunohost": ">= 11.2"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue