mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-17 10:14:08 +00:00
Fix hardcoded ? in nginx rewrite rule
Pull: https://github.com/crater-invoice/crater/pull/819
This commit is contained in:
@@ -16,7 +16,7 @@ server {
|
||||
fastcgi_read_timeout 300;
|
||||
}
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
try_files $uri $uri/ /index.php$is_args$query_string;
|
||||
gzip_static on;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user