December 18, 20196 yr 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: All https traffic is normally like here: 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 December 18, 20196 yr by Xaviius
December 18, 20196 yr 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 December 18, 20196 yr by Mizerka
December 19, 20196 yr 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
December 19, 20196 yr 9 hours ago, Mizerka said: add -p to default below; /usr/local/sbin/emhttp -p 8008 & This is decrepated since Unraid version 6.4
December 19, 20196 yr 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 December 19, 20196 yr by Xaviius
Archived
This topic is now archived and is closed to further replies.