This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 8fac056
committed
fix: [#10] add X-Forwarded-For header to nginx HTTP config
- Add proxy_set_header X-Forwarded-For to nginx HTTP (port 80) configuration
- Enables HTTP tracker functionality through reverse proxy
- Fix resolves tracker client connection issues when using proxy
- Update smoke testing guide to reflect working HTTP tracker via proxy
- Add comprehensive end-to-end smoke testing documentation
- Update .gitignore to exclude cloned torrust-tracker/ directory
- Add project words for documentation spelling checks
Tested:
- UDP trackers (6868, 6969): ✅ Working
- HTTP tracker via proxy (80): ✅ Working
- Health check API (80): ✅ Working
- Statistics API (80): ✅ Working
- Comprehensive tracker checker: ✅ All endpoints passing1 parent 75df631 commit 8fac056
File tree
5 files changed
+522
-0
lines changed- docs/guides
5 files changed
+522
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
633 | 650 | | |
634 | 651 | | |
635 | 652 | | |
| |||
0 commit comments