-
nginx
-
nginx:latest
-
# Nginx VS AWS S3 + CloudFront
현재 모행 서비스는 웹 서버로 Nginx를 이용하여 프론트엔드를 배포하고 있습니다. 하지만 프론트엔드에서 정적 콘텐츠만 제공할 경우 AWS의 S3와 CloudFront를 이용하여 베포할 수도 있습니다. 따라서 모행에서 사용한 Nginx와 S3 + CloudFront…
[https://kakaotec…
-
nginx:latest
-
nginx:latest
-
A button for restarting the Docker container "nginx" would be helpful.
-
nginx:latest
-
nginx/nginx:latest
-
{
"platform":"",
"hub-mirror": [
"nginx:latest"
]
}
-
## 📌 이슈 내용
결국 소셜로그인을 하려면 백엔드와 통신을 할 때 https를 적용시켜야 할 것 같아서 nginx를 활용하여 https를 적용시키려 합니다. 또한 가능하다면 현재 `npm run dev`로 개발서버를 배포하고 있는데 `npm run build` 명령어를 사용하여 배포를 할 수 있도록 해보겠습니다.
### 구현 내용
- [x] ht…