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:
parent
ab639f7026
commit
d9c36b9380
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ config = {
|
||||||
// ### Development **(default)**
|
// ### Development **(default)**
|
||||||
development: {
|
development: {
|
||||||
// The url to use when providing links to the site, E.g. in RSS and email.
|
// 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',
|
url: 'http://my-ghost-blog.com',
|
||||||
|
|
||||||
// Example mail config
|
// Example mail config
|
||||||
|
@ -44,6 +45,7 @@ config = {
|
||||||
// When running Ghost in the wild, use the production environment
|
// When running Ghost in the wild, use the production environment
|
||||||
// Configure your URL and mail settings here
|
// Configure your URL and mail settings here
|
||||||
production: {
|
production: {
|
||||||
|
// must not contain a path suffix after the hostname - "subdirs" are not (yet) supported!
|
||||||
url: 'http://my-ghost-blog.com',
|
url: 'http://my-ghost-blog.com',
|
||||||
mail: {},
|
mail: {},
|
||||||
database: {
|
database: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue