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;复制代码
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
|关于我们|申请友链|Archiver|手机版|拘留所|冠富商务通
GMT+8, 2026-8-8 22:40 , Processed in 0.079005 second(s), 15 queries , Wincache On.
Powered by HCMS Version 2.0
© 2008-05-14 guanfu.net.cn