mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Fix
This commit is contained in:
parent
ba70f66300
commit
db86f855df
3 changed files with 2 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
id = 1
|
id = 1
|
||||||
type = ldap_bind_dn
|
type = ldap_bind_dn
|
||||||
name = Yunohost LDAP
|
name = YunoHost LDAP
|
||||||
is_activated = true
|
is_activated = true
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
|
|
|
@ -5,11 +5,6 @@ location __PATH__/ {
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
fastcgi_param REMOTE_USER $remote_user;
|
fastcgi_param REMOTE_USER $remote_user;
|
||||||
client_max_body_size 200M;
|
client_max_body_size 200M;
|
||||||
|
|
||||||
# Force https
|
|
||||||
if ($scheme = http) {
|
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.0.0"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
|
Loading…
Add table
Reference in a new issue