Skip to content

Commit

Permalink
Merge pull request #452 from glensc/path-prefix-doc
Browse files Browse the repository at this point in the history
Doc: Describe path.prefix possible values with examples
  • Loading branch information
glensc authored Jan 17, 2022
2 parents 40aa314 + 16c2023 commit fbdd100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@

// Add this path prefix to all links and resources
// If this is not defined, auto-detection will try to find it itself
// Example:
// - prefix=null: use auto-detection from request
// - prefix='': use '' for prefix
// - prefix='/xhgui': use '/xhgui'
'path.prefix' => null,

// Setup timezone for date formatting
Expand Down

0 comments on commit fbdd100

Please sign in to comment.