diff --git a/d3vyce.conf b/d3vyce.conf index 4f363bb..8bfe608 100644 --- a/d3vyce.conf +++ b/d3vyce.conf @@ -1,8 +1,10 @@ server { listen 80 default_server; + listen 443 ssl; + root /config/www; - index index.html; + index index.html index.htm index.php; server_name _;