mirror of
https://github.com/YunoHost-Apps/mailman3_ynh.git
synced 2024-09-03 19:36:17 +02:00
Don't use HTTPS internally
This can avoid any mismatching issue with SSL packages.
This commit is contained in:
parent
5c9f5b7922
commit
2f7c4cebf1
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ hostname: localhost
|
||||||
port: __PORT_WEB__
|
port: __PORT_WEB__
|
||||||
|
|
||||||
# Whether or not requests to the web service are secured through SSL.
|
# Whether or not requests to the web service are secured through SSL.
|
||||||
use_https: yes
|
use_https: no
|
||||||
|
|
||||||
# Whether or not to show tracebacks in an HTTP response for a request that
|
# Whether or not to show tracebacks in an HTTP response for a request that
|
||||||
# raised an exception.
|
# raised an exception.
|
||||||
|
|
Loading…
Add table
Reference in a new issue