1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluxbb_ynh.git synced 2024-09-03 18:36:14 +02:00
This commit is contained in:
ericgaspar 2021-11-22 07:30:14 +01:00
parent 88721c8f03
commit 3a76876468
2 changed files with 2 additions and 7 deletions

View file

@ -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

View 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": [