mirror of
https://github.com/YunoHost-Apps/fluxbb_ynh.git
synced 2024-09-03 18:36:14 +02:00
fix
This commit is contained in:
parent
88721c8f03
commit
3a76876468
2 changed files with 2 additions and 7 deletions
|
@ -4,11 +4,6 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
index index.php;
|
||||
|
||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"website": "https://fluxbb.org/",
|
||||
"demo": "https://fluxbb.org/forums/index.php",
|
||||
"admindoc": "https://fluxbb.org/docs/",
|
||||
"userdoc": "https://yunohost.org/en/app_fluxbb"
|
||||
"code": "https://github.com/fluxbb/fluxbb/"
|
||||
},
|
||||
"license": "GPL-2.0-only",
|
||||
"maintainer": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"url": "https://miaou.org"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.2.4"
|
||||
"yunohost": ">= 4.3.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue