oneinstack/config/laravel.conf
2024-07-15 13:21:08 +08:00

4 lines
64 B
Plaintext

location / {
try_files $uri $uri/ /index.php?$query_string;
}