Removed typo

This commit is contained in:
Nik Afiq 2026-01-24 21:02:50 +09:00
parent c7095bf359
commit 81c2a99d0a

View File

@ -73,7 +73,7 @@ server {
# ---- Pi-hole admin at /admin/ ----
# Pi-holes UI lives under /admin/, so keep the trailing slash in proxy_pass.
location /admin/ {
proxy_pass http://pihole_upstream/admin/;Ï
proxy_pass http://pihole_upstream/admin/;
include snippets/proxy-common.conf;
proxy_set_header Host $host;