반응형
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
- java 11
- JUnit
- OpenFeign
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- java
- java 버전 변경
- parse
- maybe not public or not valid?
- springboot
- property or field 'jobparameters' cannot be found on object of type
- querydsl no sources given
- 스프링부트테스트
- el1008e
- springboottest
- aws
- java version
- No tests found for given includes
- AWS CLI
- Java 1.8
- springbatch error
- easy
- LeetCode
- Medium
- java 여러개 버전
- error
- no sources given
- java 1.8 11
- log error
- yum install java
- mac os git error
Archives
- Today
- Total
목록nginx swagger 404 (1)
쩨이엠 개발 블로그
[nginx / swagger ] swagger-ui/index.css 404 not found
1. 현상 서버에 배포한 뒤 swagger-ui/index.html 을 불렀는데 index.html과 그 밑의 꾸러미들이 주르륵 404가 뜨는 것을 발견 Spring Security도 사용을 안했는데 걸릴 것이 없는데.. 하고 로컬에서 테스트를 해보니 잘 된다 해서 서버 쪽에 이슈가 있다라고 생각했다 외부 게이트웨이다보니 web과 was 서버를 따로 띄워놓고 web 서버에 ssl 및 nginx를 설치하였고 was로 패싱시켜주도록 만들어놨다 was 쪽 로그를 살펴보니 아예 들어오지도 않고 있는 것을 발견 nginx error.log를 살펴보니 이런 에러가 나있었다 2023/06/26 16:16:51 [error] 72043#0: *8 open() "/app/docroot/nginx/swagger-ui/sw..
개발/Spring
2023. 6. 26. 17:04