chore(docker-compose): adding uxtesting missing feat
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
790c7e191f
commit
8e09015913
2 changed files with 2 additions and 1 deletions
|
|
@ -9,3 +9,4 @@ KAFKA_USE_SSL='false'
|
|||
pg_password="${COMMON_PG_PASSWORD}"
|
||||
POSTGRES_STRING="postgres://postgres:${COMMON_PG_PASSWORD}@postgresql:5432/postgres"
|
||||
REDIS_STRING='redis://redis:6379'
|
||||
BUCKET_NAME='uxtesting-records'
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ map $http_x_forwarded_proto $origin_proto {
|
|||
server {
|
||||
listen 80;
|
||||
|
||||
location ~ ^/(mobs|sessions-assets|frontend|static|sourcemaps|ios-images)/ {
|
||||
location ~ ^/(mobs|sessions-assets|frontend|static|sourcemaps|ios-images|uxtesting-records)/ {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue