Jump to content

Xaviius

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Xaviius

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

×
×
  • Create New...