Laravel 第一版 問題修正 20250529

This commit is contained in:
allen.yan 2025-05-29 17:45:15 +08:00
parent f028629de7
commit 4f5ccb533a

View File

@ -1,6 +1,6 @@
server { server {
listen 80 default_server; listen 80 default_server;
server_name __APP_DOMAIN__; server_name $APP_DOMAIN;
root /var/www/html/public; root /var/www/html/public;
index index.php index.html; index index.php index.html;