mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +00:00 
			
		
		
		
	Update start_windows.bat
This commit is contained in:
		
							parent
							
								
									c5efeb2499
								
							
						
					
					
						commit
						9e7193b3d2
					
				| @ -42,4 +42,4 @@ IF "%WEBUI_SECRET_KEY%%WEBUI_JWT_SECRET_KEY%" == " " ( | |||||||
| :: Execute uvicorn | :: Execute uvicorn | ||||||
| SET "WEBUI_SECRET_KEY=%WEBUI_SECRET_KEY%" | SET "WEBUI_SECRET_KEY=%WEBUI_SECRET_KEY%" | ||||||
| uvicorn open_webui.main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*' --ws auto | uvicorn open_webui.main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*' --ws auto | ||||||
| :: For ssl user uvicorn open_webui.main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*' --ssl-keyfile "key.pem" --ssl-certfile "fnss.pem" --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
	
	Block a user