diff --git a/docs/deploy.md b/docs/deploy.md index e8f1f69..565d882 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -50,7 +50,6 @@ location = /_auth_proxy { proxy_pass http://auth-proxy:8080/auth; } -} ``` ### 2. Apply the include to sensitive server blocks @@ -83,9 +82,9 @@ nginx -s reload | Variable | Description | Default | |----------|-------------|---------| -| AUTH_proxy_PORT | HTTP listen port | 8080 | -| AUTH_proxy_API_TOKEN | API bearer token | (none) | -| AUTH_proxy_DB_PATH | SQLite database path | ./data/auth-proxy.db | +| AUTH_PROXY_PORT | HTTP listen port | 8080 | +| AUTH_PROXY_API_TOKEN | API bearer token | (none) | +| AUTH_PROXY_DB_PATH | SQLite database path | /data/auth-proxy.db | | DATA_DIR | Data directory | /data | | CLEANUP_INTERVAL | Cleanup interval | 60s |