From 74f1ae5175ab12b6c5f7d5a438e0363570194604 Mon Sep 17 00:00:00 2001 From: cp-sumi-k Date: Fri, 15 Sep 2023 18:37:23 +0530 Subject: [PATCH] Remove blogs --- infrastructure/template.yml | 11 ----------- nginx/conf.d/default.conf | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/infrastructure/template.yml b/infrastructure/template.yml index b7559b96f..86fe70fe7 100644 --- a/infrastructure/template.yml +++ b/infrastructure/template.yml @@ -190,17 +190,6 @@ Resources: HostPort: 8080 Protocol: tcp - - Name: "canopas-blog" - Memory: 512 - Cpu: 512 - Essential: true - Image: - Fn::Sub: ${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/canopas-blog:latest - PortMappings: - - ContainerPort: 3000 - HostPort: 3000 - Protocol: tcp - ECSService: Type: AWS::ECS::Service Properties: diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 2fb935c40..faba6e734 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -9,7 +9,7 @@ server { } location /resources { - proxy_pass http://canopas-blog:3000/resources; + proxy_pass http://65.2.75.248:3000/resources; proxy_set_header Host $host; } }