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
- ajax 사용 예시
- scroll
- 옵저버블
- Angular Router
- summary
- formgroup
- modal
- Ionic modal
- flex-1
- 모달
- 앵귤러 애니메이션
- 아이오닉 스크롤 이벤트
- egov spring ajax 사용 예시
- route
- TAILWIND
- ApexChart
- angular route
- Router
- angular modal
- angular button
- 호버
- 스크롤 이벤트
- prisma
- 앵귤러 모달
- 셀렉트박스 커스텀
- Oracle LISTAGG 사용 예시
- angular animation
- mysql if
- 스크롤 이벤트 감지
- 검색
Archives
- Today
- Total
목록nginx 커스텀 (1)
깜놀하는 해므찌로
nginX.conf NginX 설정 커스텀 예시
# 예시 nginx.conf 파일 # worker 프로세스 수 설정 worker_processes auto; # 이벤트 모듈 설정 events { worker_connections 1024; } # HTTP 모듈 설정 http { # MIME 타입 설정 include mime.types; default_type application/octet-stream; # 로그 포맷 설정 log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; # 업스트림 서버 설정 upstream ba..
IT
2023. 9. 7. 18:37