Closed DenzoNL closed 7 years ago
I'm unable to recreate this, curl -i https://plex.domain.xyz and paste the reply if you can, substituting your own domain. Nginx could be out of date or something else clashing with it? Unsure.... Incognito tab unable to recreate it.
HTTP/1.1 302 Moved Temporarily
Server: nginx/1.12.0
Date: Wed, 26 Apr 2017 17:22:01 GMT
Content-Type: text/html
Content-Length: 161
Connection: keep-alive
Location: https://plex.domain.xyz/web/index.html
Strict-Transport-Security: max-age=63072000; preload
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.12.0</center>
</body>
</html>
It seems that when using cURL the location is being set correctly. In incognito mode the URL is indeed set correctly. After clearing all of my browsing data, the issue seems to be resolved as well. Thanks!
The current
nginx.conf
(as of commit8d238de
) does not properly redirect/rewrite fromhttps://plex.domain.xyz/
tohttps://plex.domain.xyz/web/index.html
when using Chrome 57. I'm server a 401 Unauthorized error instead. When manually appending/web
or/web/index.html
, it all works just fine.I'm using the config as is with my own SSL certificates,
OCSP
andHSTS
enabled withoutincludeSubdomains
.My full config: