Files
vServer/WebServer/tools/Proxy_vAccess/git.example.ru_vAccess.conf
Falknat d11834da37 Добавление vAccess для Proxy
Теперь наши правила работают так же для Proxy серверов.
2025-10-03 01:04:50 +07:00

17 lines
602 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ========================================
# vAccess Configuration для git.example.ru
# Система контроля доступа для прокси-сервиса
# ========================================
# Правило 1: Разрешаем доступ к админке только с конкретныхлокальных адресов
type: Allow
path_access: /admin/*, /-/admin/*
ip_list: 127.0.0.1, 192.168.1.0
url_error: 404
# Правило 2: Блокируем доступ к служебным API
type: Disable
path_access: /api/internal/*, /-/metrics/*
url_error: 404