michael-s-molina commented on PR #31894:
URL: https://github.com/apache/superset/pull/31894#issuecomment-2700792944

   Hi @andormarkus. There's no additional configuration in Superset (just 
removing the configuration). It's hard to provide a recommended approach for 
each deployment type, but this information should be easily discoverable using 
AI:
   
   For Nginx: Add `http2` to your server block in the configuration file:
   ```
   server {
       listen 443 ssl http2;
       ...
   }
   ```
   
   For Apache: Use the `mod_http2` module and enable it in your configuration:
   ```
   Protocols h2 http/1.1
   ```
   
   For other web servers, refer to the specific documentation to enable HTTP/2.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to