mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Replace ? with ''
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