修改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
取得參數:
複製configure arguments到文字編輯器
# #找到安裝套件裡面的安裝設定指令 執行 #停止nginx ,然後在目前目錄下執行make && make install然後重啟nginx即可
[root@localhost nginx_fdfs]# nginx -c /opt/nginx_fdfs/conf/nginx.conf測試是否生效
#
以上是如何重新編譯已安裝的nginx的詳細內容。更多資訊請關注PHP中文網其他相關文章!