最後活躍 1 week ago

nginx config to run fastCGI with fcgiwrap

flocks 已修改 1 week ago. 還原成這個修訂版本

沒有任何變更

flocks 已修改 1 week ago. 還原成這個修訂版本

1 file changed, 8 insertions

nginx with fastcgi (檔案已創建)

@@ -0,0 +1,8 @@
1 + location /path {
2 + include fastcgi_params;
3 + fastcgi_pass unix:/run/fcgiwrap.sock;
4 + fastcgi_param SCRIPT_FILENAME /path/to/file.cgi;
5 + fastcgi_param DOCUMENT_ROOT /path/to;
6 + fastcgi_param RANDOM_VAR random_val;
7 + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
8 + }
上一頁 下一頁