diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index b95bad5..8124237 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -66,8 +66,8 @@ services: - ./logs:/var/log/nginx adminer: image: adminer - ports: - - 8080:8080 + # ports: + # - 8080:8080 redis: image: redis diff --git a/nginx.conf b/nginx.conf index 70d92fe..4d9696d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,7 +10,7 @@ http { proxy_pass http://backend:4000; } - location ~ (/upload|/files) { + location ~ /uploadfiles { proxy_pass http://imagesupload:8000; }