您在這裡

nginx

Drupal 7 + Clean URL 在 Ubuntu 12.04 + Nginx 安裝流程

cobenash's 的頭像
cobenash 在 2014-11-21 (週五) 14:05 發表

Nginx 已經成為了現在很多大型網站的另外一個解答,不僅輕巧,而且效能、速度、穩定度都更好

已經有不少公司已經從Apache轉到了Nginx的懷抱之中,我們也不例外。

以下將使用Ubuntu12.04搭配者Nginx Server +MySQL +  Drush ,並且安裝完成Drupal 7。

Step 1:更新系統

先做所有套件系統的更新

$ sudo apt-get update
$ sudo apt-get upgrade

 

Step2: 安裝MySQL

$ sudo apt-get install mysql-server

 

Step3:安裝Nginx

$ sudo apt-get install nginx

$ sudo service nginx start

若是都成功啟用了,這個時候進入這個IP的網頁,就可以順利看到下圖

ask help for clean URL ? anyone can help me out ???

quinnlam's 的頭像
quinnlam 在 2011-01-18 (二) 18:12 發表

I installed nginx + php + drupal 7 at my windows 7 for test . But i cannot turn on drupal 7 clean url , i search answer from many webiste but still cannot turn clean url on , So please help me out !!!!!!!

the following is my nginx rewrite :

location / {
root E:\www-test\mywwwroot\drupal-7.0;
index index.php index.html index.htm;

# the main drupal app
if (!-e $request_filename) {

訂閱 RSS - nginx