Update nginx.conf

This commit is contained in:
2025-04-20 18:34:14 +01:00
parent e6c3e79164
commit b6d81bac64
+2 -1
View File
@@ -1,7 +1,8 @@
server { server {
server_name touch-programming.hazemkrimi.tech; server_name touch-programming.hazemkrimi.tech;
access_log /var/log/nginx/access.log; access_log /home/deploy/logs/touch-programming.hazemkrimi.tech.access.log;
root /var/www/touch-programming.hazemkrimi.tech/public; root /var/www/touch-programming.hazemkrimi.tech/public;
location / { location / {