mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #1423 from henning/feature/document-subdirectory-inability
document that url currently must not have a path suffix
This commit is contained in:
commit
4cbe9e2f29
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ config = {
|
|||
// ### Development **(default)**
|
||||
development: {
|
||||
// The url to use when providing links to the site, E.g. in RSS and email.
|
||||
// must not contain a path suffix after the hostname - "subdirs" are not (yet) supported!
|
||||
url: 'http://my-ghost-blog.com',
|
||||
|
||||
// Example mail config
|
||||
|
@ -44,6 +45,7 @@ config = {
|
|||
// When running Ghost in the wild, use the production environment
|
||||
// Configure your URL and mail settings here
|
||||
production: {
|
||||
// must not contain a path suffix after the hostname - "subdirs" are not (yet) supported!
|
||||
url: 'http://my-ghost-blog.com',
|
||||
mail: {},
|
||||
database: {
|
||||
|
|
Loading…
Reference in a new issue