在http段放入配置項
lua_code_cache off;
nginx: [emerg] getgrnam(
"root"
) failed in /users/a/desktop/financial_report/nginx.conf:1
解決方法:
user gao staff;
自己的使用者,預設為使用者名稱+組
user root wheel;
root使用者
nginx -s reload -p `
pwd`
/ -c nginx.conf
-p 為啟動目錄, -c為配置檔案路徑,兩者聯合就是當前目錄下的nginx.conf配置檔案,-s stop/reload 重啟停止,還可以-t 檢測配置檔案語法
SuperGridControl 使用小技巧
1 顯示行號 supergridcontrol1.primarygrid.showrowgridindex true 2 允許調整行頭的寬度 supergridcontrol1.primarygrid.allowrowheaderresize true 3 不允許顯示行頭 supergridcont...
OpenResty安裝 配置與使用
openresty 是乙個基於 nginx 與 lua 的高效能 web 平台,其內部整合了大量精良的 lua 庫 第三方模組以及大多數的依賴項。用於方便地搭建能夠處理超高併發 擴充套件性極高的動態 web 應用 web 服務和動態閘道器。lua是乙個簡潔 輕量 可擴充套件的程式語言,其設計目的是為...
配置OpenResty支援SSL(不受信任的證書)
關閉防火牆 chkconfig iptables off service iptables stop 關閉selinux sed i s selinux enforcing selinux disabled etc selinux config setenforce 0 上傳openresty au...