Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable HSTS in nginx config by default.
Unfortunately, it's just not feasible to to enforce strict HTTPS domain-wide with a seedbox. While most swizzin apps are all configured to be proxied through SSL, not all applications have good/working proxy configurations (e.g. btsync). HSTS will unfortunately override legitmate http requests with https once the header has been set by the client, even if the service isn't proxied by nginx. You are welcome to comment out the line yourself in your configuration; however as a default, we will have to make do without it.
- Loading branch information