Исправить путь в конфиге squid
Deploy ru-vps / deploy (push) Successful in 43s

This commit is contained in:
Dmitry
2026-06-07 09:30:43 +03:00
parent 05c38bb63f
commit 1548c1f524
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
.env .env
*.env *.env
!*.env.example !*.env.example
passwd
+1 -1
View File
@@ -1,4 +1,4 @@
auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/external/passwd auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/passwd
acl authenticated proxy_auth REQUIRED acl authenticated proxy_auth REQUIRED
http_access allow authenticated http_access allow authenticated
http_access deny all http_access deny all