반응형
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 | 29 | 30 | 31 |
Tags
- springboottest
- no sources given
- maybe not public or not valid?
- error
- property or field 'jobparameters' cannot be found on object of type
- java 버전 변경
- parse
- Medium
- Java 1.8
- easy
- java version
- JUnit
- java 여러개 버전
- AWS CLI
- el1008e
- 스프링부트테스트
- java
- LeetCode
- log error
- OpenFeign
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- mac os git error
- No tests found for given includes
- springboot
- querydsl no sources given
- aws
- java 11
- java 1.8 11
- yum install java
- springbatch error
Archives
- Today
- Total
목록nginx allow 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