You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#222
Closed
akashgreninja opened this issue
Mar 13, 2024
· 2 comments
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:
i copied the standalone_ubuntu_oss_install.sh script on my x86_64 x86_64 x86_64 GNU/Linux vm
ran the sudo env $(cat settings.env) sh s3-gateway.sh command
Saw the above error
Expected behavior
It was supposed to start the nginx server with all configured s3 gateway
Your environment
x86_64 x86_64 x86_64 GNU/Linux
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: