分类

链接

2024 年 11 月
 123
45678910
11121314151617
18192021222324
252627282930  

近期文章

热门标签

新人福利,免费薅羊毛

群晖ds photo开启远程访问

ds photo APP在外网无法登陆,是因为DS photo默认是80端口,所以通过5000/5001无法访问,于是需要把80端口下面的这个配置文件放到5000/5001下面,可参考/etc/nginx/nginx.conf,里面有加载 conf.d/*, app.d/* 步骤: 1.在/etc/nginx/conf.d下增加dsm.PhotoStation.conf文件: location = /photo/csp_report.cgi {     return 200; }   location = /photo {     rewrite ^/(.*)$ $1/ permanent; }   location = /blog {     rewrite ^/(.*)$ $1/ permanent; }   rewrite ^/photo/share/([^/]+)$ /photo/share.ph...

Others, 系统架构, 群晖 暂无评论 阅读(753)