91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

配置nginx使之支持pathinfo

發布時間:2020-10-24 14:50:30 來源:網絡 閱讀:1037 作者:phpervip 欄目:建站服務器

phalcon項目,
oneinstack環境lnmp。
配置文件:
/usr/local/nginx/conf/vhost/dldh.ccc.conf
自動生成的。

問題:
除首頁外,其他都打不開,且樣式文件也打不開。
http://dldh.ccc/index.php/back/css/bootstrap.min.css
http://dldh.ccc/index.php/backend/index/index
都報: Access denied.

解決辦法:
作修改如下。


server {
  listen 80;
  server_name dldh.ccc;
  access_log off;
  index index.html index.htm index.php;
  root /web/dldh/public;

  try_files $uri $uri/ @rewrite; #增加這一句
                    location @rewrite{  #增加這一句
        rewrite ^/(.*)$ /index.php?_url=/$1; #增加這一句
  }

  #include /usr/local/nginx/conf/rewrite/none.conf;#注釋這一句
  #error_page 404 /404.html;
  #error_page 502 /502.html;

  location ~ [^/]\.php(/|$) {
    #fastcgi_pass remote_php_ip:9000;
    fastcgi_pass unix:/dev/shm/php-cgi.sock;
    fastcgi_index index.php;
    include fastcgi.conf;
    fastcgi_split_path_info ^(.+\.php)(.*)$; #增加這一句
    fastcgi_param PATH_INFO $fastcgi_path_info; #增加這一句
  }

  location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp4|ico)$ {
    expires 30d;
    access_log off;
  }
  location ~ .*\.(js|css)?$ {
    expires 7d;
    access_log off;
  }
  location ~ /\.ht {
    deny all;
  }
}

參考:
nginx下支持PATH_INFO詳解[1]
https://blog.csdn.net/hanzengyi/article/details/53483171
簡單配置nginx使之支持pathinfo
https://www.cnblogs.com/kzfbk/p/7302623.html

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

山西省| 右玉县| 镇坪县| 芜湖县| 疏附县| 惠州市| 开远市| 柯坪县| 融水| 阿克陶县| 民丰县| 夹江县| 通城县| 嘉鱼县| 北安市| 武安市| 宁明县| 合肥市| 乌拉特中旗| 阿勒泰市| 城口县| 木兰县| 绥阳县| 尚志市| 云梦县| 应用必备| 河南省| 汶川县| 霍林郭勒市| 浦县| 田林县| 清镇市| 古蔺县| 都江堰市| 陆河县| 文山县| 许昌市| 灌南县| 长汀县| 安国市| 玉林市|