This commit is contained in:
0
infra/db/init/02_create_tables.sql
Normal file
0
infra/db/init/02_create_tables.sql
Normal file
@@ -9,6 +9,10 @@ server {
|
||||
}
|
||||
location /auth/ {
|
||||
proxy_pass http://auth:8000/;
|
||||
proxy_set_header Authorization $http_authorization;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $host;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
Reference in New Issue
Block a user