mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:32:24 +02:00
Merge pull request #2534 from joshuaboniface/disable-ssl-default
Set EnableHttps disabled by default
This commit is contained in:
commit
adc3ab1991
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…
Reference in a new issue