找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 452|回复: 0

利用nginx搭建一个反代telegraph

[复制链接]

28

主题

1

回帖

148

积分

管理员

积分
148
发表于 2024-6-20 16:00:28 | 显示全部楼层 |阅读模式
  1. location /upload {
  2.             add_header Access-Control-Allow-Origin *;
  3.             add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS';
  4.             add_header Access-Control-Allow-Headers 'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization';
  5.             if ($request_method = 'OPTIONS') {
  6.                     return 204;}
  7.             proxy_pass https://telegra.ph/upload;
  8. }
  9. location /file {
  10.             proxy_pass https://telegra.ph/file;
  11. }
  12. client_max_body_size 5m;
复制代码


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

本版积分规则

Archiver|手机版|小黑屋|整天BBB

GMT+8, 2025-1-10 18:33 , Processed in 0.077498 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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