From 2790427083ad45c660e35477a5c209886549a4ab Mon Sep 17 00:00:00 2001
From: d3vyce <contact@d3vyce.fr>
Date: Sun, 2 Apr 2023 11:53:32 -0400
Subject: [PATCH] Fix nginx conf

---
 d3vyce.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 _;