Skip to content

Added certbot+nginx config in EC2 user_data#32

Open
LiReXz wants to merge 4 commits into
developfrom
jose
Open

Added certbot+nginx config in EC2 user_data#32
LiReXz wants to merge 4 commits into
developfrom
jose

Conversation

@LiReXz

@LiReXz LiReXz commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@LiReXz LiReXz requested a review from MKGF as a code owner June 22, 2026 16:42
Comment thread terraform/ec2.tf
# NGINX reverse proxy (Cambiado a EON para evitar conflictos)
cat > /etc/nginx/conf.d/ranky.conf <<'EON'
server {
listen 80;

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No deberia de escuchar el 443 tambien?

Comment thread terraform/networking.tf
from_port = 8080
to_port = 8080
from_port = 443
to_port = 443

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Y aqui no deberia ser from 443 to 8080?

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.

2 participants