真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Windows環(huán)境nginx在phpStudy下配置https-創(chuàng)新互聯(lián)

Nginx配置文件內(nèi)容如下

目前創(chuàng)新互聯(lián)公司已為數(shù)千家的企業(yè)提供了網(wǎng)站建設(shè)、域名、網(wǎng)頁(yè)空間、綿陽(yáng)服務(wù)器托管、企業(yè)網(wǎng)站設(shè)計(jì)、臺(tái)安網(wǎng)站維護(hù)等服務(wù),公司將堅(jiān)持客戶導(dǎo)向、應(yīng)用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長(zhǎng),共同發(fā)展。

#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;

}

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。


當(dāng)前題目:Windows環(huán)境nginx在phpStudy下配置https-創(chuàng)新互聯(lián)
網(wǎng)頁(yè)網(wǎng)址:http://weahome.cn/article/cscjsc.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部