chore: update nginx config

This commit is contained in:
2026-01-24 14:22:40 +01:00
parent 1371ae77dd
commit d6469c00a9
+3 -1
View File
@@ -1,5 +1,5 @@
server {
server_name hazemkrimi.tech;
server_name hazemkrimi.tech www.hazemkrimi.tech;
access_log /home/deploy/logs/hazemkrimi.tech.access.log;
@@ -7,6 +7,8 @@ server {
index index.html;
error_page 404 /404.html;
location / {
try_files $uri $uri/ =404;
}