标签: transloadit

在 Nginx 上通过 https 配置 tusd 时出现问题

我正在尝试在 https 上使用 Uppy 设置 tusd,但没有成功。它在 http 上运行良好。

这是我的 nginx conf 文件:

server {
  listen 80;
  listen[::]: 80;
  server_name
  DOMAIN.com
  www.DOMAIN.com;

  root / srv / users / DOMAIN / apps / DOMAIN / public;

  access_log / srv / users / DOMAIN / log / DOMAIN / DOMAIN_nginx.access.log main;
  error_log / srv / users / DOMAIN / log / DOMAIN / DOMAIN_nginx.error.log;

  proxy_set_header Host $host;
  proxy_set_header X - Real - IP $remote_addr;
  proxy_set_header X - Forwarded - For $proxy_add_x_forwarded_for;

  include / …
Run Code Online (Sandbox Code Playgroud)

https nginx transloadit tus

5
推荐指数
1
解决办法
643
查看次数

标签 统计

https ×1

nginx ×1

transloadit ×1

tus ×1