0
Fork 0
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:
Hannah Wolfe 2013-11-10 23:28:43 -08:00
commit 4cbe9e2f29

View file

@ -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: {