复制代码
- ssl on;ssl_certificate_key /www/wdlinux/nginx/conf/pastdust.key;ssl_certificate /www/wdlinux/nginx/conf/pastdust.crt;
复制代码
- server {listen 80;listen 443;server_name pastdust.com www.pastdust.com;root /www/web/pastdust_com/public_html;index index.html index.php index.htm;error_page 400 /errpage/400.html;error_page 403 /errpage/403.html;error_page 404 /errpage/404.html;ssl on;ssl_certificate_key /www/wdlinux/nginx/conf/pastdust.key;ssl_certificate /www/wdlinux/nginx/conf/pastdust.crt;location ~ \.php$ {fastcgi_pass 127.0.0.1:9000;fastcgi_index index.php;include fcgi.conf;}include rewrite/pastdust.conf;}
复制代码
- if ($server_port = 80) {return 301 https://$server_name$request_uri;}if ($scheme = http) {return 301 https://$server_name$request_uri;}error_page 497 https://$server_name$request_uri;
| 欢迎光临 冠富商务通中文社区 (http://gu1vhwx.nat.ipyingshe.com/news/) | Powered by Discuz! 3.0 |