mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Updated recommended nginx try_files directive
This commit is contained in:
parent
c58b396a55
commit
de20699580
|
|
@ -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);`).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user