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.

[LAN] All http traffic redirects to unraid interface

Featured Replies

Hey guys,

 

im running a letsencrypt nginx docker with some applications.

The problem is i need http for one subdomain and need to access it locally as well externally.

The thing is all http traffic from LAN to the NGINX Server redirects me to the unraid webinterface.

 

Like here:

image.png.14a6e93c36b641cba113aa69689c5b17.png

 

All https traffic is normally like here:

image.png.df017946273cb546c66a97e89e7a8cdf.png

 

NGINX Conf looks like this:

 

server {
	listen 80;
	listen 443 ssl http2;
	root /config/fastdl;
	index index.html index.htm index.php;
	server_name fastdl.xavii.us;
	expires $expires;
	location / {
		autoindex on;
	}
}

 

Appreciate any advice.

Xaviius

Edited by Xaviius

tried changing the unraid management port to something else?

 

cd /boot/config/

nano go

 

add -p to default below;

/usr/local/sbin/emhttp -p 8008 &

 

change 8008 to whatever unique on your host

Edited by Mizerka

2 hours ago, Mizerka said:

tried changing the unraid management port to something else?

 

cd /boot/config/

nano go

 

add -p to default below;

/usr/local/sbin/emhttp -p 8008 &

 

change 8008 to whatever unique on your host

Fyi, you change the management port via settings - management's   doing it via the parameter is deprecated and may not even still work

9 hours ago, Mizerka said:

add -p to default below;

/usr/local/sbin/emhttp -p 8008 &

This is decrepated since Unraid version 6.4

  • Author

@Mizerka, @Squid and @bonienl thank you. Chaging the port solved the problem.

 

But why is this happening? I dont understand the problem to be honest, may somebody of you know it?

Edited by Xaviius

Archived

This topic is now archived and is closed to further replies.

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.