Éric Gaspar 1 년 전
부모
커밋
e5ab0f2f70
3개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  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"