sifangpay/public/nginx.htaccess

3 lines
61 B
Plaintext

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