mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-07 16:15:25 -05:00
Fix IP passthrough
This commit is contained in:
@@ -8,6 +8,10 @@ server {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
# Docker reverse proxy IP passthrough
|
||||
set_real_ip_from 172.16.0.0/12;
|
||||
real_ip_header X-Real-IP;
|
||||
|
||||
# Force browsers to check for updated data
|
||||
location /data/ {
|
||||
add_header Cache-Control no-cache;
|
||||
|
||||
Reference in New Issue
Block a user