mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Fix IP passthrough
This commit is contained in:
parent
011b6b941b
commit
ef6e8c1b0d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user