azure 那个repo 部署到nginx后面post就没法用了 我晕倒 可能还有body的问题
配配置。
default_server
这是啥
本来是放在 listen 80 后面的
作为default使用,不命中其他所有server时。
listen 80 http2;
好像行不通。报错http0.9
开目录
autoindex on;
for enable directory listing
proxy for https
see nginx-config 80
反正蛮好的,但是好像因为缓存的关系,大文件会下载不下来
好像行了,测试下来稳定性是不怎么样。
测试上传的时候的
/upload -> 上传api /upload/xxx -> 上传的文件
完全一致: = /path
前方一致: ^/prefix
後方一致: docs$
正規表示: ~ \.pdf$