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 |
Tags
- React
- 코딩테스트
- 프로그래머스
- apk 빌드
- 오블완
- 훈수 가능
- 창업 300
- 티스토리챌린지
- 꿀팁 환영
- expo
- react-router-dom
- 개발
- 공공데이터 포털
- Redux
- 고고학 최고의 발견
- 드림핵
- php-1
- 블로그 뉴비
- redux state값 유지
- 부산 맛집 OPEN API
- API 활용 신청
- 사업계획서
- 새로고침
- Dreamhack
- url 랜더링
- 보안
- python
- web-view
- level3
Archives
- Today
- Total
목록개발 (21)
1223v

경로 빌드 하고 chmod로 폴더 권한 풀고, sudo ln -s /etc/nginx/sites-available/myapp.conf /etc/nginx/sites-enabled/myapp.conf 그리고 다시 /etc/nginx.conf 를 켜서 심볼릭링크를 추가해주자. # Load modular configuration files from the /etc/nginx/conf.d directory. # See http://nginx.org/en/docs/ngx_core_module.html#include # for more information. include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*.conf..
개발
2022. 8. 23. 01:48