Update nginx.conf

This commit is contained in:
Andros Fenollosa
2024-06-24 17:42:09 +02:00
committed by GitHub
parent 5bce4cd9ef
commit 7021cd5fc8

View File

@@ -4,9 +4,10 @@ http {
server { server {
listen 80 default_server; listen 80 default_server;
server_name _; server_name _;
root /var/www/html;
location / { location / {
root /var/www/html;
index index.html;
} }
location /img { location /img {