久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術文章
文章詳情頁

如何將wordpress安裝在子目錄中?nginx配置文件該怎樣寫?

瀏覽:122日期:2022-06-25 11:36:11

問題描述

我想在根目錄中安裝一個靜態(tài)網(wǎng)站,在子目錄中安裝wordpress(/blog/)應該如何設置?

問題解答

回答1:

server { listen 80; server_name XXXXX.com; root/var/www/XXXXX.com; location / {index index.html index.htm; } location /blog {index index.html index.htm index.php;try_files $uri $uri/ /blog/index.php?$args; } location ~ .php$ {fastcgi_split_path_info ^(.+.php)(/.+)$;if (!-f $document_root$fastcgi_script_name) { return 404;}fastcgi_param PATH_INFO $fastcgi_path_info;fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;include fastcgi_params;fastcgi_index index.php;# fastcgi_pass 127.0.0.1:9000;fastcgi_pass unix:/var/run/php5-fpm.sock; }}

標簽: word
相關文章:
主站蜘蛛池模板: 读书| 昌黎县| 山西省| 汉源县| 浮山县| 淳安县| 海淀区| 汉阴县| 大冶市| 盘山县| 梁河县| 高淳县| 桂林市| 安新县| 白玉县| 镇巴县| 大同县| 平顶山市| 阿巴嘎旗| 大方县| 富源县| 灌云县| 太和县| 墨竹工卡县| 龙泉市| 永丰县| 白玉县| 库尔勒市| 舒城县| 望奎县| 澜沧| 水富县| 舞阳县| 元谋县| 梅河口市| 凌源市| 合阳县| 肥东县| 红桥区| 安陆市| 阳原县|