Éric Gaspar 1 rok temu
rodzic
commit
e5ab0f2f70
3 zmienionych plików z 1 dodań i 7 usunięć
  1. 0 4
      conf/nginx.conf
  2. 0 2
      manifest.toml
  3. 1 1
      scripts/_common.sh

+ 0 - 4
conf/nginx.conf

@@ -9,8 +9,4 @@ location ^~ __PATH__/ {
 
   # by default nginx times out connections in one minute
   proxy_read_timeout 1d;
-
-  # Include SSOWAT user panel.
-  include conf.d/yunohost_panel.conf.inc;
-  more_clear_input_headers 'Accept-Encoding';
 }

+ 0 - 2
manifest.toml

@@ -22,9 +22,7 @@ yunohost = ">= 11.2.30"
 helpers_version = "2.1"
 architectures = "all"
 multi_instance = true
-
 ldap = false
-
 sso = false
 
 disk = "50M"

+ 1 - 1
scripts/_common.sh

@@ -4,4 +4,4 @@
 # COMMON VARIABLES AND CUSTOM HELPERS
 #=================================================
 
-nodejs_version=20
+nodejs_version="20"