hxhkim / hxhkim.github.io

Introducing webpage
https://hxhkim.github.io/
Other
2 stars 0 forks source link

add lb with docker_file #11

Closed hxhkim closed 11 months ago

hxhkim commented 11 months ago

변경사항

  1. add file ~/docker_file/lb_nginx/Dockerfile
    
    FROM nginx:1.25.1

change conf

COPY ["default.conf", "/etc/nginx/conf.d/"]

2. add file  ~/docker_file/lb_nginx/default.cong
```bash
FROM nginx:1.25.1

# change conf
COPY ["default.conf", "/etc/nginx/conf.d/"]

test