-
Here is my Nginx conf :
> location /jupyter/ {
>
> proxy_pass http://10.33.1.164:8888;
> proxy_set_header X-Real-IP $remote_addr;
> proxy_set_header Host $host;
> pro…
-
Ok, I have headphones coming up and working for the most part using NGINX. The 2 places I have an issue with are when I choose an alternate release, i get "There was an error" but nothing in the log.…
-
# Setting up a cache server for apt packages | DJ Adams
Setting up a cache server for apt packages 03 Sep 2024 | 11 min read Some notes on setting up an apt-cacher-ng based cache server for Debian...…
-
https://www.goozoe.com/posts/50985.html
代理1location / {2 proxy_pass http://127.0.0.1:7879;3 # 设置x-forwarded-for 可以获取原始请求ip4 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_fo…
-
Currently, BricksLLM does not have a feature to provide SSL support
-
使用您得sing-box,搭建vless+xtls-rprx-vision+reality偷自己配置,nginx反代配置部分
```
# 反向代理配置由 https://www.digitalocean.com/community/tools/nginx 生成
location / {
sub_filter …
-
Please Add socks5 local listen port (add local socks fuction). The default http proxy listen port can not forward the DNS requests and the http proxy is not better for the browser .Thanks
-
Hi Guys,
My service architecture is KeepAlived+nginx+Backend_Server. nginx is configured with two diameter service instances. How can I make the diameter service support load balancing? The curre…
-
Why is the certificate chain incomplete when using myssl to detect domain names?
Is there a problem with the certificate you applied for?
```
server {
listen 443 ssl;
server_n…
-
### Steps to reproduce the problem
1. monitor 429 responses from frontend proxies (`sudo tail -f /var/log/nginx/access.log | awk '{if ($9 == 429) print $1,$4$5,$9}' )
2. note that they increase in r…