bruise_lee

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bruise_lee's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I can sign into the wiki, forums.unraid.net, even setup "My Servers" from my local unraid server setup but for the life of me, I cannot sign into https://unraid.net/login.I've also tried resetting my password, changing the registered email address, etc but still get the "invalid username/password". Ultimately, I'm trying to downgrade from 6.10.2 to 6.9.2 because I want to use my own cert and not have it "reset" after each unraid update. Thanks
  2. #shorter version that works server { listen 443 ssl http2; server_name remotely.yourdomain.com*; #or whatever you want the URL to be include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; proxy_pass http://xxx.xxx.xxx.xxx:9280; set $upstream_port 443; set $upstream_proto https; } }