0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

document inability to be run on a path below an URL with a hostname - as discussed in https://ghost.org/forum/installation/341-how-do-i-run-ghost-on-a-subdirectory

This commit is contained in:
Henning Sprang 2013-11-08 00:59:24 +00:00
parent ab639f7026
commit d9c36b9380

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