I can't start ghost (freezes starting ghost) and Local

If you’re looking for some help, it’s important to provide as much context as possible so that people are able to assist you. Try to always mention:

  • What’s your URL?
    woosik.me
  • What version of Ghost are you using?
    Ghost-CLI version: 1.12.0

Ghost version: 3.0.2 (at /var/www/ghost)

  • What configuration?

  • What browser?
    Chrome

  • What errors or information do you see in the console?

  • What steps could someone else take to reproduce the issue you’re having?

Hi my ghost doesn’t work.
recently, I wrote on command line
ghost update etc (before I wrote this command line, It worked well)

this is my console

‘’’
:heavy_check_mark: Ensuring user is not logged in as ghost user

:heavy_check_mark: Checking if logged in user is directory owner

:heavy_check_mark: Checking current folder permissions

  • sudo systemctl is-active ghost_woosik-me

:heavy_check_mark: Validating config

:heavy_check_mark: Checking folder permissions

:heavy_check_mark: Checking file permissions

:heavy_check_mark: Checking content folder ownership

:heavy_check_mark: Checking memory availability

  • sudo systemctl start ghost_woosik-me

☱ Starting Ghost
‘’’

starting ghost command is fixed on my console…

but if I change directory that is installed my local ghost, ghost start command works

ghost-mgr@ghost-blog : /var/www/ghost/ghost-blog $ ghost start

Found a development config but not a production config, running in development mode instead

:information_source: Ensuring user is not logged in as ghost user [skipped]

:information_source: Checking if logged in user is directory owner [skipped]

:heavy_check_mark: Checking current folder permissions

:heavy_check_mark: Validating config

:heavy_check_mark: Checking memory availability

:heavy_check_mark: Starting Ghost


Your admin interface is located at:

http://localhost:2369/ghost/

but when I connect on my web, it doesn’t work
this error
ERR_CONNECTION_REFUSED

I’ve already checked my hosts file… but there is no problem

version is Ghost-CLI version: 1.12.0, Ghost version: 3.0.2 (at /var/www/ghost), node, nodejs v10.17.0

please help me T.T