Closed akashgreninja closed 7 months ago
Hi @akashgreninja , thank you for reporting this bug. I have pushed a fix for the bug here https://github.com/nginxinc/nginx-s3-gateway/pull/226
Apologies for any confusion this may have caused.
I'm going to close this issue for now. Please feel free to reopen if the issue persists with the latest commit.
Describe the bug On running the standalone_ubuntu_oss_install.sh script i get the below error
nginx: [emerg] open() "/etc/nginx/conf.d/gateway/s3_location_common.conf" failed (2: No such file or directory) in /etc/nginx/conf.d/default.conf:1
.To Reproduce Steps to reproduce the behavior:
sudo env $(cat settings.env) sh s3-gateway.sh
commandExpected behavior It was supposed to start the nginx server with all configured s3 gateway
Your environment
Additional context i did fix it by adding the missing file ie
touch /etc/nginx/conf.d/gateway/s3_location_common.conf
and it started working as expected