nginx를 전역 명령으로 수정
(권장 튜토리얼: nginx 튜토리얼)
파일 수정:
[root@localhost ~]# vim /etc/profile 最后面追加: export PATH=$JAVA_HOME/bin:$JRE_HOME/bin:$PATH:/opt/nginx_fdfs/sbin 然后生效配置 [root@localhost ~]# source /etc/profile
매개변수 가져오기:
구성 인수 복사 텍스트 편집기로
설치 패키지에서 설치 구성 명령 찾기
Execute
nginx를 중지한 다음 현재 디렉터리에서 실행
make && make install
그런 다음 nginx를 다시 시작
[root@localhost nginx_fdfs]# nginx -c /opt/nginx_fdfs/conf/nginx.conf
적용되는지 테스트
위 내용은 설치된 nginx를 다시 컴파일하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!