期权记-ETF期权开户导航 期权记是专业的50ETF300ETF期权开户投资交易导航

oracle云的宝塔nginx文件默认全部不缓存的配置,配合CloudFront不会产生费用

server  {      listen 80;  	listen 443 ssl http2;      server_name or.deepke.com;      index index.php index.html index.htm default.php default.htm default.html;      root /www/wwwroot/or.ueack.com;            #SSL-START SSL相关配置,请勿删除或修改下一行带注释的404规则      #error_page 404/404.html;      ssl_certificate    /www/server/panel/vhost/cert/or.ueack.com/fullchain.pem;      ssl_certificate_key    /www/server/panel/vhost/cert/or.ueack.com/privkey.pem;      ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;      ssl_ciphers EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;      ssl_prefer_server_ciphers on;      ssl_session_cache shared:SSL:10m;      ssl_session_timeout 10m;      add_header Strict-Transport-Security "max-age=31536000";      error_page 497  https://$host$request_uri;      #            #SSL-END            #ERROR-PAGE-START  错误页配置,可以注释、删除或修改      #error_page 404 /404.html;      #error_page 502 /502.html;      #ERROR-PAGE-END            #PHP-INFO-START  PHP引用配置,可以注释或修改          	#清理缓存规则        # location ~ /purge(/.*) {      #     proxy_cache_purge cache_one $host$1$is_args$args;      #     #access_log  /www/wwwlogs/or.ueack.com_purge_cache.log;      # }  	#引用反向代理规则,注释后配置的反向代理将无效  	include /www/server/panel/vhost/nginx/proxy/or.ueack.com/*.conf;    	include enable-php-00.conf;      #PHP-INFO-END            #REWRITE-START URL重写规则引用,修改后将导致面板设置的伪静态规则失效      include /www/server/panel/vhost/rewrite/or.ueack.com.conf;      #REWRITE-END            #禁止访问的文件或目录      location ~ ^/(\.user.ini|\.htaccess|\.git|\.svn|\.project|LICENSE|README.md)      {          #如果expires 和 add_header 同时开启的情况下,则add_header优于expires生效      #Cache-Control比Expires可以控制的多一些, 而且Cache-Control会重写Expires的规则      #设置禁止浏览器缓存,每次都从服务器请求      add_header Cache-Control no-cache;      #add_header Cache-Control private;      #设置缓存上面定义的后缀文件缓存到浏览器的生存时间      expires -1s;                return 404;      }          #一键申请SSL证书验证目录相关设置      location ~ \.well-known{          allow all;                        #如果expires 和 add_header 同时开启的情况下,则add_header优于expires生效      #Cache-Control比Expires可以控制的多一些, 而且Cache-Control会重写Expires的规则      #设置禁止浏览器缓存,每次都从服务器请求      add_header Cache-Control no-cache;      #add_header Cache-Control private;      #设置缓存上面定义的后缀文件缓存到浏览器的生存时间      expires -1s;      }                  # location /123456{      #     proxy_pass_header Server;      #     proxy_redirect off;      #     proxy_pass http://127.0.0.1:5000;      #     proxy_http_version 1.1;      #     proxy_set_header Upgrade $http_upgrade;      #     proxy_set_header Connection "upgrade";      #     proxy_set_header Host $http_host;      # }      #下面是真正的ws转发给v2ray    location /123456 { #与V2Ray配置中的path保持一致      proxy_redirect off;      proxy_pass http://127.0.0.1:5000; #假设WebSocket监听在环回地址的10086端口上      proxy_http_version 1.1;      proxy_set_header Upgrade $http_upgrade;      proxy_set_header Connection "upgrade";      proxy_set_header Host $http_host;                  #如果expires 和 add_header 同时开启的情况下,则add_header优于expires生效      #Cache-Control比Expires可以控制的多一些, 而且Cache-Control会重写Expires的规则      #设置禁止浏览器缓存,每次都从服务器请求      add_header Cache-Control no-cache;      #add_header Cache-Control private;      #设置缓存上面定义的后缀文件缓存到浏览器的生存时间      expires -1s;            }        location / {        #如果expires 和 add_header 同时开启的情况下,则add_header优于expires生效    #Cache-Control比Expires可以控制的多一些, 而且Cache-Control会重写Expires的规则    #设置禁止浏览器缓存,每次都从服务器请求    add_header Cache-Control no-cache;    #add_header Cache-Control private;    #设置缓存上面定义的后缀文件缓存到浏览器的生存时间    expires -1s;      return 403;  }              access_log  /www/wwwlogs/or.ueack.com.log;      error_log  /www/wwwlogs/or.ueack.com.error.log;  }



微信扫码关注

更新实时通知

作者:admin 分类:平时小记 浏览:
请先 登录 再评论,若不是会员请先 注册