Update start_windows.bat
This commit is contained in:
		
							parent
							
								
									2c1d0e3857
								
							
						
					
					
						commit
						65b5c6c0c7
					
				|  | @ -41,5 +41,6 @@ IF "%WEBUI_SECRET_KEY%%WEBUI_JWT_SECRET_KEY%" == " " ( | |||
| 
 | ||||
| :: Execute uvicorn | ||||
| SET "WEBUI_SECRET_KEY=%WEBUI_SECRET_KEY%" | ||||
| uvicorn open_webui.main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*' --ws auto | ||||
| IF "%UVICORN_WORKERS%"=="" SET UVICORN_WORKERS=1 | ||||
| uvicorn open_webui.main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*' --workers %UVICORN_WORKERS% --ws auto | ||||
| :: For ssl user uvicorn open_webui.main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*' --ssl-keyfile "key.pem" --ssl-certfile "cert.pem" --ws auto | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue