-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
40 lines (32 loc) · 754 Bytes
/
Copy path.env
File metadata and controls
40 lines (32 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# TinyProxy Environment Configuration
# Copy this file to .env and customize as needed
# Application
APP_NAME=TinyProxy
APP_DEBUG=true
APP_TIMEZONE=UTC
# Proxy
PROXY_BASE_URL=http://localhost:8000
# Cache
CACHE_ENABLED=true
CACHE_DEFAULT_TTL=3600
CACHE_MAX_SIZE=1073741824
CACHE_COMPRESSION=true
# Logging
LOG_LEVEL=debug
# Statistics
STATS_ENABLED=true
# Security
SECURITY_REQUIRE_AUTH=false
SECURITY_BLOCK_PRIVATE_IPS=true
SECURITY_BLOCK_LOCAL_IPS=false
SECURITY_RATE_LIMIT_PER_MINUTE=60
SECURITY_RATE_LIMIT_PER_HOUR=1000
# HTTP Client
HTTP_TIMEOUT=30
HTTP_VERIFY_SSL=false
# Content Modifiers
MODIFIER_HTML_ENABLED=true
MODIFIER_HTML_REWRITE_URLS=true
MODIFIER_HTML_ADD_NAVIGATION=true
MODIFIER_CSS_ENABLED=true
MODIFIER_ADBLOCK_ENABLED=false