mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
Merge 095ca4c5b0
into 40eea01572
This commit is contained in:
commit
43ce4deda1
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
## Version 2024/07/16
|
## Version 2025/02/18
|
||||||
# make sure that your pihole container is named pihole
|
# make sure that your pihole container is named pihole
|
||||||
# make sure that your dns has a cname set for pihole
|
# make sure that your dns has a cname set for pihole
|
||||||
|
|
||||||
|
@ -68,4 +68,14 @@ server {
|
||||||
|
|
||||||
proxy_hide_header X-Frame-Options;
|
proxy_hide_header X-Frame-Options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Uncomment this block out if using pihole v6+
|
||||||
|
# location ~ ^/api {
|
||||||
|
# include /config/nginx/proxy.conf;
|
||||||
|
# include /config/nginx/resolver.conf;
|
||||||
|
# set $upstream_app pihole;
|
||||||
|
# set $upstream_port 80;
|
||||||
|
# set $upstream_proto http;
|
||||||
|
# proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue