stack icon indicating copy to clipboard operation
stack copied to clipboard

nginx 미설치시 업데이트 오류

Open ibin79 opened this issue 5 years ago • 0 comments

에러

mariadb 만 설치된 서버에서 업데이트시 다음 에러 발생

[root@db-a stack]# ./self-update.sh 

php79 stack version 0.9.12

### 업데이트전 nginx 설정을 먼저 테스트합니다. ###

./self-update.sh: line 16: /usr/sbin/nginx: 그런 파일이나 디렉터리가 없습니다

Error) nginx 설정 테스트가 실패하였습니다.  nginx 설정 오류를 해결하고 업데이트해주세요.

임시 해결책

우선 설정 테스트 무시하고, git 명령으로 업데이트 진행하면 됨.

[root@db-a stack]# git pull origin master

ibin79 avatar Oct 05 '19 02:10 ibin79