correction to default.conf

This commit is contained in:
root 2025-01-05 15:20:04 +00:00
parent 5c09ab8657
commit 005e2af497

View File

@ -1,5 +1,5 @@
server { server {
index index.php index.html index.htm; index routes.php;
listen 80; listen 80;
listen [::]:80; listen [::]:80;
root /app; root /app;