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