feat(nginx): use recommended proxy settings
Replaced `proxyWebsockets` with `recommendedProxySettings` for enhanced configurability and alignment with best practices. This improves maintainability and future compatibility of the nginx configuration.
This commit is contained in:
		
							parent
							
								
									7e283d9266
								
							
						
					
					
						commit
						91d7c6023a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -36,7 +36,7 @@ | |||
|         forceSSL = true; | ||||
|         locations."/" = { | ||||
|           proxyPass = "http://127.0.0.1:8384"; | ||||
|           proxyWebsockets = true; | ||||
|           recommendedProxySettings = true; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue