From bd81332b4df2684c87575f74538748d05fe8e7fe Mon Sep 17 00:00:00 2001 From: IKEDA Soji Date: Wed, 27 Apr 2022 12:34:53 +0900 Subject: [PATCH] Addition to #1370: Remove static_content_url from minimal set. --- src/lib/Sympa/Config/Schema.pm | 1 - sympa.conf.in | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/Sympa/Config/Schema.pm b/src/lib/Sympa/Config/Schema.pm index f7508a624..9f2d308c2 100644 --- a/src/lib/Sympa/Config/Schema.pm +++ b/src/lib/Sympa/Config/Schema.pm @@ -5255,7 +5255,6 @@ our %pinfo = ( context => [qw(domain site)], order => 110.03, group => 'www_basic', - importance => 100, default => '/static-sympa', gettext_id => 'URL for static contents', gettext_comment => diff --git a/sympa.conf.in b/sympa.conf.in index bdfc42f79..375bd4847 100644 --- a/sympa.conf.in +++ b/sympa.conf.in @@ -54,14 +54,13 @@ db_name sympa # each domain. #wwsympa_url (You must define this parameter to enable web interface) -#static_content_url /static-sympa ######################################################################## # SOAP/HTTP API # See https://sympa-community.github.io/manual/customize/soap-api.html ######################################################################## -#soap_url +#soap_url (You must define this parameter to enable SOAP API) ######################################################################## # Customizing Sympa