mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 20:06:16 +02:00
Update config docs-in-comment.
I'm running Grocy in Docker behind a reverse proxy, and when looking to adjust the URL so I wasn't redirected to `localhost`, I skipped over this setting at first because of the edited language. Please consider this a starting point. I didn't want to overstep, but I think this could be adjusted further to explain that this value should be the protocol and domain Grocy is hosted at.
This commit is contained in:
parent
2ebb9b2cd9
commit
6a52a2b386
|
|
@ -53,7 +53,7 @@ Setting('CURRENCY', 'USD');
|
||||||
Setting('BASE_PATH', '');
|
Setting('BASE_PATH', '');
|
||||||
|
|
||||||
// The base URL of your installation,
|
// The base URL of your installation,
|
||||||
// should be just "/" when running directly under the root of a (sub)domain
|
// should end in "/" when running directly under the root of a (sub)domain
|
||||||
// or for example "https://example.com/grocy" when using a subdirectory
|
// or for example "https://example.com/grocy" when using a subdirectory
|
||||||
Setting('BASE_URL', '/');
|
Setting('BASE_URL', '/');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user