반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- java 11
- java 여러개 버전
- mac os git error
- java 버전 변경
- AWS CLI
- 스프링부트테스트
- springbatch error
- property or field 'jobparameters' cannot be found on object of type
- JUnit
- OpenFeign
- java
- java 1.8 11
- LeetCode
- easy
- yum install java
- error
- querydsl no sources given
- Java 1.8
- springboot
- No tests found for given includes
- springboottest
- no sources given
- Medium
- java version
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- log error
- maybe not public or not valid?
- aws
- parse
- el1008e
Archives
- Today
- Total
목록nginx ip 제한 (1)
쩨이엠 개발 블로그
[nginx] 들어오는 IP를 제한하고 싶을 때
보통 테스트를 할 때엔 도메인을 연결해서 기존 도메인은 점검중을 띄우고 QA용의 도메인으로 접속해서 테스트를 진행하는데 이번엔 외부 연동이 많아 도메인을 변경하기에 이슈가 있었다 해서 찾아보니 nginx에서 IP 제한을 할 수 있어서 이번 테스트는 그렇게 진행하였다 기존 nginx-ssl.conf location / { add_header Cache-Control "no-store, no-cache, must-revalidate"; proxy_pass http://localhost:3000; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_s..
개발/ETC
2024. 3. 6. 15:24