Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to start Nginx (says "Nginx is not running")

Featured Replies

I just started a parity rebuild, and I don't want to reboot (am 2 hours into a 24-hour rebuild after upgrading to a larger parity disc).

Through a series of stupid moves on my part, I killed the Nginx processes and cannot get into the webgui (was doing something unrelated to the parity rebuild).

I tried "/etc/rc.d/rc.nginx reload" and "/etc/rc.d/rc.nginx restart", but I get the message, "Nginx is not running."

Is there any way to get it up and running without restarting the server? 

I am tracking the status of the parity rebuild using "cat /var/local/emhttp/var.ini | grep mdResyncPos" so I'll know when it's done.

If I can't get the webgui running, it's no big deal - I can wait until tomorrow night and restart the server. 

I'm using the latest stable version of unRAID.

Thanks for the help.

 

  • 6 months later...

I'm wondering the same thing myself?  No replies?

  • 2 months later...

Having ocational issues with the GUI, I've added the following to my .zshrc for a quick fix to most issues.

# Unraid GUI shortut
unraid-gui () {
  if [[ "$1" = "nuke" ]]; then
    unraid-api restart
    /etc/rc.d/rc.nginx restart
  else
    /etc/rc.d/rc.nginx "$1"
  fi
}

 

To start nginx if it's down, 

/etc/rc.d/rc.nginx start

usually does the trick (using the above function, I just type 'unraid-gui start')

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.