feat (infra): add nginx entry for Garage S3
This commit is contained in:
parent
e215f42ac6
commit
4b2cf2be8d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ server {
|
|||
|
||||
# Proxy Configuration
|
||||
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 X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Add table
Reference in a new issue