일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Spring Batch
- IntelliJ
- Design Patterns
- javascript
- php
- jenkins
- MySQL
- Git
- ReactJS
- Oracle
- Spring
- laravel
- java
- db
- 요리
- Web Server
- it
- linux
- tool
- 맛집
- springboot
- elasticsearch
- Gradle
- Spring Boot
- ubuntu
- JVM
- devops
- jsp
- AWS
- redis
Archives
- Today
- Total
아무거나
특정 url path에 접근할 때 서버 경로에 있는 파일 불러오기 본문
반응형
-
특정 url path에 접근할 때 서버 경로에 있는 파일 불러오기 [nginx.conf]
... server { ... # 해당 http://localhost/upLoadFile/file.jpg 에 접근하면 해당 file.jpg 파일로 접근할 수 있다. location /upLoadFile { alias /home/bkjeon/files; } ... } ...
반응형
'Infra > Nginx' 카테고리의 다른 글
성능 튜닝(keepalive, epoll) (0) | 2021.02.11 |
---|---|
Ngnix 로드밸런싱 설정 (Nginx의 Upstream 모듈을 통해서 제공) (0) | 2020.05.30 |
Sticky Session 관련 로드밸런서 스위칭 문제 (0) | 2020.05.23 |
413 Request Entity Too Large Errors 해결 (0) | 2019.04.05 |
리버스 프록시를 활용한 정적 리소스 캐시 (0) | 2019.01.31 |
Comments