diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sympa/sympa.conf.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sympa/sympa.conf.erb b/templates/sympa/sympa.conf.erb index 6786085..7708bd9 100644 --- a/templates/sympa/sympa.conf.erb +++ b/templates/sympa/sympa.conf.erb @@ -160,10 +160,10 @@ db_passwd <%= sympa_database_password %> ###\\\\ Web interface ////### ## Sympa's main page URL -wwsympa_url http://ramanujan/sympa +wwsympa_url https://<%= sympa_subdomain %>.<%= domain %> ## SOAP service URL -soap_url http://ramanujan/sympasoap +soap_url https://<%= sympa_subdomain %>.<%= domain %>/sympasoap ## Supported languages for the user interface supported_lang en_US,pt_BR |