mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Updated recommended nginx try_files directive
This commit is contained in:
@@ -23,7 +23,7 @@ Just unpack the [latest release](https://releases.grocy.info/latest) on your PHP
|
||||
|
||||
Alternatively clone this repository and install Composer and Yarn dependencies manually.
|
||||
|
||||
If you use nginx as your webserver, please include `try_files $uri /index.php;` in your location block.
|
||||
If you use nginx as your webserver, please include `try_files $uri /index.php$is_args$query_string;` in your location block.
|
||||
|
||||
If, however, your webserver does not support URL rewriting, set `DISABLE_URL_REWRITING` in `data/config.php` (`Setting('DISABLE_URL_REWRITING', true);`).
|
||||
|
||||
|
Reference in New Issue
Block a user