Eliminar nginx.conf

This commit is contained in:
2026-01-06 22:05:07 +00:00
parent 1ad0e63e9b
commit 0a827f3763

View File

@@ -1,11 +0,0 @@
server {
listen 80;
server_name _;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}