Laravel_api/public/nginx.htaccess

6 lines
253 B
Plaintext
Raw Normal View History

2022-09-14 18:19:38 +08:00
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
# try_files $uri $uri/ =404;
try_files $uri $uri/ /index.php?$query_string;
}