mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Set EnableHttps disabled by default
Prevents issues on first setup when behind a reverse proxy. Also prevents issues saving the Networking page by default if SSL is not fully configured.
This commit is contained in:
parent
f3db3cacf6
commit
e0381c8854
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
PublicHttpsPort = DefaultHttpsPort;
|
||||
HttpServerPortNumber = DefaultHttpPort;
|
||||
HttpsPortNumber = DefaultHttpsPort;
|
||||
EnableHttps = true;
|
||||
EnableHttps = false;
|
||||
EnableDashboardResponseCaching = true;
|
||||
EnableCaseSensitiveItemIds = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue