configuring nginx as reverse proxy for Meteor app running in docker container in aws EC2

Виконано Опубліковано %project.relative_time Оплачується при отриманні
Виконано Оплачується при отриманні

I have the following setup:

An AWS VPC attached to an internet gateway.

A public Subnet with a Route Table attached to the VPC.

A Classic Load Balancers inside the VPC, an EC2 (Amazon Linux) added to the CLB.

The EC2 runs a docker container serving a domain running Meteor app.

Currently the domain can be visited via http, https as well as its Elastic IP.

Route 53 type A records for the domain Alias the Load Balancer.

Nginx is installed on the EC2.

A SSL certificate is obtained via Amazon Certificate Manager for the domain.

The freelancer needs to give step-by-step instruction on the chat in order to configure nginx to get visitors to the site re directed to the ssl secure protocol https.

currently the `docker ps` command reporting:

0.0.0.0:80->80/tcp

and the default [url removed, login to view]:

listen 80 default_server;

listen [::]:80 default_server;

server_name localhost;

root /usr/share/nginx/html;

...

Amazon Web Services MeteorJS Nginx

ID Проекту: #11917856

Про проект

5 заявок(-ки) Дистанційний проект Остання активність 7 роки(ів) тому

Доручено:

diegovelezs94

server { listen 80 default_server; listen [::]:80 default_server; server_name _; return 301 https://$host$request_uri; .... } server { listen 443 ssl; server_name _; ssl_certificate /pa Більше

$25 AUD за 1 день
(0 відгуків(-и))
0.0

5 фрілансерів(-и) готові виконати цю роботу у середньому за $48

emicsoft211

Hello, I can configure nginx as reverse proxy for meteor app which will run in docker container. Please let me know if you are interested so we can discuss the project further. Waiting for your reply. Thank you

$50 AUD за 1 день
(4 відгуків(и))
2.3
chand3040

Hello there, I reviewed your job description. There are two things you need to do. 1. Add port forwarding of 443 to docker port 80 2. Redirect from port 80 to port 443 or http to https. These two should work like Більше

$55 AUD за 1 день
(0 відгуків(и))
0.0