Update nginx.conf

This commit is contained in:
gugulethu 2025-06-21 21:50:09 +02:00
commit 0b55889bda

View file

@ -1,6 +1,6 @@
server {
listen 80;
server_name localhost;
server_name gugulet.hu;
# Define the root directory for the site
root /usr/share/nginx/html;