1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00

remove https from server

This commit is contained in:
bencharp 2022-06-01 01:25:45 +02:00
parent 49bdc90aba
commit 88de7b88e9
4 changed files with 6 additions and 6 deletions

View file

@ -12,12 +12,12 @@ server = new Armadietto({
http: {
port: __PORT__
},
https: {
force: true,
port: __PORT__,
cert: '/etc/yunohost/certs/__DOMAIN__/crt.pem',
key: '/etc/yunohost/certs/__DOMAIN__/key.pem'
},
// https: {
// force: true,
// port: __PORT__,
// cert: '/etc/yunohost/certs/__DOMAIN__/crt.pem',
// key: '/etc/yunohost/certs/__DOMAIN__/key.pem'
// },
allow: {
signup: __IS_SIGNUP__
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB