13,189
回編集
| 419行目: | 419行目: | ||
location / { | location / { | ||
root / | root /srv/www/htdocs/laravel_Project/public; | ||
index index.php index.html index.htm; | index index.php index.html index.htm; | ||
try_files $uri $uri/ /index.php?$query_string; | try_files $uri $uri/ /index.php?$query_string; | ||