Find Jobs
Hire Freelancers

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

$10-30 AUD

完了済み
投稿日: 7年以上前

$10-30 AUD

完了時にお支払い
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 [login to view URL]: listen 80 default_server; listen [::]:80 default_server; server_name localhost; root /usr/share/nginx/html; ...
プロジェクト ID: 11917856

プロジェクトについて

5個の提案
リモートプロジェクト
アクティブ 7年前

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
アワード者:
ユーザーアバター
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 /path/to/cert; ssl_certificate_key /path/to/key; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_ciphers "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4"; ssl_session_cache shared:SSL:10m; ssl_session_timeout 10m; }
$25 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0
この仕事に5人のフリーランサーが、平均$48 AUDで入札しています
ユーザーアバター
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.5 (4 レビュー)
2.3
2.3
ユーザーアバター
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 charm for you. Let me know if you would like to have more specific commands for the same. Thanks and Regards Chand Prakash Singh Rawat
$55 AUD 1日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

AUSTRALIAのフラグ
Prestons, Australia
4.9
23
お支払い方法確認済み
メンバー登録日:11月 16, 2011

クライアント確認

ありがとうございます!無料クレジットを受け取るリンクをメールしました。
メールを送信中に問題が発生しました。もう一度お試しください。
登録ユーザー 投稿された仕事の合計
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
プレビューを読み込み中
位置情報へのアクセスが許可されました。
あなたのログインセッションの有効期限がきれ、ログアウトされました。もう一度ログインしてください。