mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Attempt to make proxy sub-dir -> app no subdir work (#9317)
Set APP_URL and APP_URL_SUFFIX in .env
This commit is contained in:
committed by
Neil Lathwood
parent
fcadd3ca65
commit
df850a3ed9
@@ -53,6 +53,18 @@ return [
|
||||
|
||||
'url' => env('APP_URL'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application URL Suffix
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Required when the application is accessed via a proxy using a subdirectory
|
||||
| but the application itself is not accessed via a subdirectory
|
||||
|
|
||||
*/
|
||||
|
||||
'url_suffix' => env('APP_URL_SUFFIX'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Timezone
|
||||
|
Reference in New Issue
Block a user