feat (infra): add nginx entry for Garage S3

This commit is contained in:
thomasabishop 2025-08-12 15:17:27 +00:00
parent e215f42ac6
commit 4b2cf2be8d

View file

@ -25,7 +25,7 @@ server {
# Proxy Configuration # Proxy Configuration
location / { location / {
proxy_pass http://127.0.0.1:3900; proxy_pass http://172.18.0.1:3900;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;