Search found 1 match

by gornack
Thu Aug 06, 2009 12:49 pm
Forum: Requests
Topic: HTTPS secure WebUI Login?
Replies: 11
Views: 76505

Re: HTTPS secure WebUI Login?

The same here with Nginx (assuming transmission is on the same server and listening on port 9091) : server { listen 80; server_name bittorrent.domain.com; rewrite ^(.*) https://bittorrent.domain.com$1 permanent; } server { listen 443; server_name bittorrent.domain.com; ssl on; ssl_certificate /etc/s...