Image 给nginx启用http3和quic支持 今天给一个linux的app配置的时候发现它提到了一个quic协议和quic协议的样例。 我就好奇这个quic到底是什么东西,但是显然是和网络传输有关系的。 所以就搜了一下,原来是一个tcp/udp复用的协议,然后可以加速网络的加载的。 QUIC(Quick UDP 阅读全文
Image 关于nginx的basic auth的使用 关于nginx的basic auth的使用 因为我用reverse proxy把内网的一些服务暴露到了外网,方便自己访问,但是系统本身并没有自带会员验证机制,所以就先用简单的http basic auth来验证一下身份算了 反正这个服务也是我自己一个人用的 第一步 阅读全文
Image 关于drupal位于nginx proxy后使用pdf.js出现file origin does not match viewer's的解决方案 主要是由于nginx proxy pass到前端server之后,把https给bypass成了http了,所以,pdf.js获取的pdf文件链接变成了http开头的,本来应该是https开头的。 解决方法: 在server端nginx服务器的conf文件里面添加如下的内容: 阅读全文
Image How to Fix 504 Gateway Timeout using Nginx 照抄照做一遍试试 https://easycloudsupport.zendesk.com/hc/en-us/articles/360002057472-How… It is very common to 阅读全文
Image caches make your website fly os:linux backend sever:nginx with fastcgi cache enabled frontend server nginx with proxy cache enabled to varnish frontend port super cache 阅读全文
Image 504 gateway timeout How you might see the 504 Gateway Timeout error Different websites may customize the 504 gateway timeout error message. Here are the most 阅读全文