better detail on baseurl

This commit is contained in:
Homer 2018-12-27 15:41:56 +00:00 committed by GitHub
commit 4e74d1ee8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# grocy requires a base url setting
# grocy requires a base url setting - check the config.php file that grocy uses for this setting
location /grocy {
rewrite ^/grocy(/.*)$ $1 break;