GaryWu

Results 13 comments of GaryWu

Please refer to this project, I have completed the basic test, welcome to improve it together. https://github.com/garywu520/webapps-ads-removal/blob/main/README.md

> 我也遇到这个问题了,请问有什么解决办法吗 +1

Don't use,+1

> 使用 `proxy_pass http://127.0.0.1:8888/` 设置里面 `URL=` 换成你实际访问的outline所使用的URL。 访问502

是的,我的设置 cat scripts/config.sh ``` URL=https://xxx.xxx.xxx ALLOWED_DOMAINS=xxx.xxx.xxx ``` 访问502

我把需求再描述下: 我想部署到VPS上,而VPS只有一个内网IP,公网IP是后台绑定的,但机器上并没有这个网卡。这种情况下,我如何调整参数?谢谢

> 如下,忘记是参考的哪里了 > > ```nginx > server{ > listen 80; > server_name domain.com; > index index.php index.html index.htm; > add_header Strict-Transport-Security "max-age=31536000; preload"; > client_max_body_size 20m; > > location /...

> [#8 (comment)](https://github.com/vicalloy/outline-docker-compose/issues/8#issuecomment-1144387895) 写错了,也是8888 scripts/config.sh URL改为了 ``` URL=http://xxx.xxx.com ``` Nginx ``` server{ listen 80; server_name xxx.xxx.com; index index.php index.html index.htm; add_header Strict-Transport-Security "max-age=31536000; preload"; client_max_body_size 20m; location / { proxy_pass...

English: When FastOpen is enabled, the client configures the "FastOpen":true parameter and restarts the client SS service with an error log: Connecting and sending ClientHello to remote: sendto: operation not...