Laravel Forge로 vue nuxt를 배포하는 방법 #deploy #deployment #nuxt #vue
# 무엇? Laravel Forge를 사용하여 vue nuxt 프로젝트를 배포하는 방법 # 어떻게? – 프로젝트 생성 – proejct Type은 “State HTML” – web Directory는 “/”로 설정 (advanced로 선택해야 보임) – Resosity 연결(작성기 설치 옵션 비활성화) – SSL 설정(ssl 탭 -> 암호화하자) – ngnix 설정(위치를 변경해야 함/{}) location / { # try_files $uri $uri/ /index.php?$query_string; proxy_pass http://127.0.0.1:3000; … Read more