mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:58 +01:00
disable ssl in Nginx config and fix shell script syntax causing interactive passwords not to be used
This commit is contained in:
parent
58724ce604
commit
3019e29d7f
@ -3,9 +3,9 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
|
||||
# ssl config
|
||||
listen 443 ssl http2 default_server;
|
||||
include snippets/snakeoil.conf;
|
||||
# ssl config (enable following line plus either include or ssl_certificate* line)
|
||||
#listen 443 ssl http2 default_server;
|
||||
#include snippets/snakeoil.conf; # requires ssl-certs package installed!
|
||||
# concatenate private key, certificate and intermediate certs to /etc/ssl/private/certificate.pem
|
||||
#ssl_certificate /etc/ssl/private/certificate.pem;
|
||||
#ssl_certificate_key /etc/ssl/private/certificate.pem;
|
||||
|
Loading…
Reference in New Issue
Block a user