找回密码
 立即注册
查看: 158|回复: 1

nginx1.24.0配置文件报错!

[复制链接]

786

主题

0

回帖

786

积分

00话痨hs000

积分
786
发表于 2023-6-14 20:05:43 | 显示全部楼层 |阅读模式



搬家发现原来的配置文件报错 报错行如下
listen 443 ssl http2;
Reload nginx... nginx: [warn] protocol options redefined for 0.0.0.0:443

就是默认新建站点 添加主机 也一样会报错!












nginx version: nginx/1.24.0

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
回复

使用道具 举报

0

主题

965

回帖

0

积分

新手上路

积分
0
发表于 2023-6-14 20:12:01 | 显示全部楼层



本帖最后由 每次醒来 于 2023-6-14 20:22 编辑


Reload nginx... nginx: [warn] protocol options redefined for 0.0.0.0:443 in /usr/local/nginx/conf/vhost/www.123.net.conf:44
done
  1. server    {        listen 80;        #listen [::]:80;        server_name www.123.net 123.net;        index index.html index.htm index.php default.html default.htm default.php;        root  /home/wwwroot/www.123.net;        #include rewrite/none.conf;        #error_page   404   /404.html;        # Deny access to PHP files in specific directory        #location ~ /(wp-content|uploads|wp-includes|images)/.*\.php$ { deny all; }        include enable-php.conf;        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$        {            expires      30d;        }        location ~ .*\.(js|css)?$        {            expires      12h;        }        location ~ /.well-known {            allow all;        }        location ~ /\.        {            deny all;        }        location / {            return 301 https://123.net$request_uri;        }        access_log off;    }server    {        listen 443 ssl http2;        #listen [::]:443 ssl http2;        server_name www.123.net 123.net;        index index.html index.htm index.php default.html default.htm default.php;        root  /home/wwwroot/www.123.net;        ssl_certificate /usr/local/nginx/conf/ssl/www.123.net/fullchain.cer;        ssl_certificate_key /usr/local/nginx/conf/ssl/www.123.net/www.123.net.key;        ssl_session_timeout 5m;        ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;        ssl_prefer_server_ciphers on;        ssl_ciphers "TLS13-AES-256-GCM-SHA384:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:TLS13-AES-128-CCM-8-SHA256:TLS13-AES-128-CCM-SHA256:EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5";        ssl_session_cache builtin:1000 shared:SSL:10m;        # openssl dhparam -out /usr/local/nginx/conf/ssl/dhparam.pem 2048        ssl_dhparam /usr/local/nginx/conf/ssl/dhparam.pem;        include rewrite/typecho.conf;        #error_page   404   /404.html;        # Deny access to PHP files in specific directory        #location ~ /(wp-content|uploads|wp-includes|images)/.*\.php$ { deny all; }        include enable-php.conf;        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$        {            expires      30d;        }        location ~ .*\.(js|css)?$        {            expires      12h;        }        location ~ /.well-known {            allow all;        }        location ~ /\.        {            deny all;        }        access_log off;    }
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|翻墙党

GMT+8, 2026-9-26 02:50 , Processed in 0.074127 second(s), 24 queries .

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表