Skip to content

Transition to NGINX and Add HTTP/2 Support#4

Merged
rafaelvzago merged 2 commits intomainfrom
nginx
Jan 6, 2025
Merged

Transition to NGINX and Add HTTP/2 Support#4
rafaelvzago merged 2 commits intomainfrom
nginx

Conversation

@rafaelvzago
Copy link
Collaborator

Changes:

  • Replaced Flask-based setup with NGINX to serve content.
  • Added SSL certificate support for HTTPS functionality.
  • Updated Dockerfile to:
    • Install NGINX.
    • Expose port 8080.
    • Configure NGINX as the default application.
  • Removed unused Flask app (app.py).

Purpose:

This update transitions the container to use NGINX, enabling the serving of HTTP and HTTPS traffic with potential support for HTTP/2.

- Added SSL certificate support for HTTPS functionality.
- Updated `Dockerfile` to:
  - Install NGINX.
  - Expose port 8080.
  - Configure NGINX as the default application.
- Removed unused Flask app (`app.py`).

This update transitions the container to use NGINX, enabling the serving of HTTP and HTTPS traffic with potential support for HTTP/2.

Signed-off-by: Rafael Zago <[email protected]>
Signed-off-by: Rafael Zago <[email protected]>
@rafaelvzago rafaelvzago merged commit 14947f2 into main Jan 6, 2025
1 check passed
@rafaelvzago rafaelvzago deleted the nginx branch March 12, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant