ubuntu 15.10 下搭建 nginx php5 开发环境遇到问题

在 Ubuntu 15.10 系统中搭建 nginx 和 php5 开发环境时,遇到了配置文件不一致的问题。主要难点在于操作系统的配置差异,如 nginx 的配置被打散且存在差异。解决方法包括正确配置 nginx 的 server 部分,尤其是 fastcgi_pass 的选择,以及理解 /etc/nginx/sites-enabled/default 与 /etc/nginx/sites-available/default 的关系。同时,文章也对比了 Windows 下 phpStudy 的 nginx 配置,强调了找寻并理解主配置文件及包含的子配置文件的重要性。
摘要由CSDN通过智能技术生成

  第一次在 ubuntu 15.10 下搭建 nginx  php5 开发环境。没想到遇到各种问题。

      主要在于在 通过apt-get intsall php 和nginx的后,发现不同操作系统下的配置文件是不完全一致的,ubuntu上的被打散了,而且配置项也有差异。

    该系统下:


# Default server configuration

server {
listen 80 default_server;
listen [::]:80 default_server;


# SSL configuration
#
# listen 443 ssl default_server;
# listen [::]:443 ssl default_server;
#
# Note: You should disable gzip for SSL traffic.
# See: https://bugs.debian.org/773332
#
# Read up on ssl_ciphers to ensure a secure configuration.
# See: https://bugs.debian.org/765782
#
# Self signed certs generated by the ssl-cert package
# Don't use them in a production server!
#
# include snippets/snakeoil.conf;


root /var/www/html; //这个写法有助于同时配置了apache和nginx的用户测试性能,因为站点根目录没有变,不需要再移动项目。当然,前提是apache的安装方式也是apt-get insall apache2 啦。



# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html;


server_name localhost;


location / {
# First attempt to serve request as file, then

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值