Windows环境nginx在phpStudy下配置https-创新互联

Nginx配置文件内容如下

目前创新互联公司已为数千家的企业提供了网站建设、域名、网页空间、绵阳服务器托管、企业网站设计、台安网站维护等服务,公司将坚持客户导向、应用为本的策略,正道将秉承"和谐、参与、激情"的文化,与客户和合作伙伴齐心协力一起成长,共同发展。

#power by www.php.cn

#user  nobody;

worker_processes  1;

#error_log  logs/error.log;

#error_log  logs/error.log  notice;

#error_log  logs/error.log  info;

#pid     logs/nginx.pid;

events {

  worker_connections  1024;

}

http {

  include    mime.types;

  default_type  application/octet-stream;

  #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '

  #          '$status $body_bytes_sent "$http_referer" '

  #          '"$http_user_agent" "$http_x_forwarded_for"';

  #access_log  logs/access.log  main;

  sendfile     on;

  #tcp_nopush   on;

  #keepalive_timeout  0;

  keepalive_timeout  65;

  #tcp_nodelay on;

  fastcgi_connect_timeout 300;

  fastcgi_send_timeout 300;

  fastcgi_read_timeout 300;

  fastcgi_buffer_size 128k;

  fastcgi_buffers 4 128k;

  fastcgi_busy_buffers_size 256k;

  fastcgi_temp_file_write_size 256k;

  gzip on;

  gzip_min_length  1k;

  gzip_buffers   4 32k;

  gzip_http_version 1.1;

  gzip_comp_level 2;

  gzip_types    text/plain application/x-javascript text/css application/xml;

  gzip_vary on;

  gzip_disable "MSIE [1-6].";

  server_names_hash_bucket_size 128;

  client_max_body_size   100m;

  client_header_buffer_size 256k;

  large_client_header_buffers 4 256k;

  server {

    listen    80;

    server_name  localhost;

    #charset koi8-r;

    #access_log  logs/access.log  main;

    root   "D:/WWW";

    location / {

      index  index.html index.htm index.php l.php;

      autoindex  off;

    }

    error_page  500 502 503 504  /50x.html;

    location ~ \.php(.*)$  {

  #root   "D:/WWW";

      fastcgi_pass  127.0.0.1:9000;

      fastcgi_index  index.php;

      fastcgi_split_path_info  ^((?U).+\.php)(/?.+)$;

      fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;

      fastcgi_param  PATH_INFO  $fastcgi_path_info;

      fastcgi_param  PATH_TRANSLATED  $document_root$fastcgi_path_info;

      include     fastcgi_params;

    }

  }

  # HTTPS server

  server {

    listen    443;

    server_name  localhost;

    ssl          on;

    ssl_certificate    D:/phpStudy2018/PHPTutorial/ssl/openssl.crt;

    ssl_certificate_key  D:/phpStudy2018/PHPTutorial/ssl/openssl.key;

    ssl_session_timeout  5m;

    ssl_protocols  SSLv2 SSLv3 TLSv1;

    ssl_ciphers  HIGH:!aNULL:!MD5;

    ssl_prefer_server_ciphers  on;

    location / {

      root  html;

      index  index.html index.htm;

    }

  }

include vhosts.conf;

}

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。

文章名称:Windows环境nginx在phpStudy下配置https-创新互联
标题链接:https://www.cdcxhl.com/article32/cscjsc.html

成都网站建设公司_创新互联,为您提供搜索引擎优化网站设计网站制作定制开发外贸网站建设网站收录

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

成都app开发公司