Update nginx.conf

This commit is contained in:
2025-04-20 18:36:12 +01:00
parent a2c39a7a64
commit 18db1606fb
+3 -1
View File
@@ -1,8 +1,10 @@
server {
server_name hazemkrimi.tech;
access_log /var/log/nginx/access.log;
access_log /home/deploy/logs/hazemkrimi.tech.access.log;
root /var/www/hazemkrimi.tech;
index index.html;
location / {