mao13820
mao13820
同求,希望能增加匿名账号功能。这样朋友之间分享文件照片,就不用登陆了,毕竟账号密码太复杂了。没有直接点开方便直接。
> > 当前程序中用来重启nginx的nginx.sh在dsm7中似乎不存在,但nginx。sh本质其实是用synoservice reload了一下nginx,dsm 7采用的是systemd。但是经过实测,采用synosystemctl reload nginx和nginx -s reload都不能使导入的证书生效,必须采用restart代替reload。但是群晖dsm 7的nginx似乎和一堆东西绑定了,重启很慢不说,重启完会导致很多套件重启,最典型的就是索引又要跑很久。这方面大家有没有什么思路,能够比较好的应用导入的证书? > > 似乎 `systemctl reload nginx` 是可以生效的。 我在网上看到有人说测试版使用reload可以生效,我手上的正式版经过测试是不行的,必须restart。我的版本号是7.0-41890
此问题通过与群晖沟通已经解决,restart的方法可以采用synow3tool --gen-all && systemctl reload nginx这个命令。dsm7 中多了一个nginx的www证书路径,前面的syno3tool用于更新那个路径下的证书,更新后即可正常reload生效。
> 太感谢了,我就奇怪我一直用 systemctl reload 是有效的……可能因为我用二级域名,不需要 www 更新证书 发自我的iPhone 不是的,我是说那个路径文件夹名字叫www。是nginx证书的来源,原来默认路径的证书需要用他们的synow3tool更新成那个文件夹下的证书才会被nginx reload识别到。否则必须restart。
同样问题,大约从一个月前无法自动更新。
我搞定了,原因是采用的dnspod的解析服务,同时把@主域名cname到别的地方去了,同时申请的是*泛域名证书。dnspod的caa记录并不支持对主域名cname出去的情况。所以,要么去掉@主域名的cname,要么不要申请泛域名,要么不要用dnspod,反正这三个条件任意去掉一个就行。
Yes, sure. But would it support socks5 proxy or tunneling tcp based http proxy? I tried many ways yesterday including proxychains, graftcp. And I tried to modify the code about...
Yes, curl support http proxy. But this method seems rely on third-party website. I wonder if there is any method to let the imapsync itself support proxy? Socks 5 or...
Thank you for your time and patience. Yes. So I wonder if there is a way that I can implement a proxy (TCP proxy through socks5 or http connect proxy)...
Thank you for your attetion to my issue. According to RFC 7231, section 4.3.6: CONNECT https://datatracker.ietf.org/doc/rfc7231/ We can use HTTP CONNECT provided by HTTP PROXY SERVER to proxy any TCP...