[LAN] All http traffic redirects to unraid interface


Xaviius

Recommended Posts

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
Link to comment
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

  • Like 1
  • Haha 1
Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.