Some changes

This commit is contained in:
andryyy
2016-12-09 21:10:11 +01:00
parent 1715a7a871
commit e9b97e98ec
6 changed files with 13 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
server {
listen 443;
ssl on;
ssl_certificate /etc/ssl/mail/mail.crt;
ssl_certificate_key /etc/ssl/mail/mail.key;
index index.php index.html;
server_name _;
error_log /var/log/nginx/error.log;