Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx.conf: Remove duplicated daemon off; from nginx.conf #166

Merged
merged 1 commit into from
May 3, 2024
Merged

nginx.conf: Remove duplicated daemon off; from nginx.conf #166

merged 1 commit into from
May 3, 2024

Conversation

iamimmanuelraj
Copy link
Contributor

As per nginx-proxy/nginx-proxy@de4cb3d this was set previously in the nginx.conf which we override manually in our dockerimage to copy our own custom config and since it was override there was no duplication. But now since this has been moved to the procfile it is getting set by default and and since we also have this in our config it is getting duplicated.

In order to use the image directly we can remove this from our configs

Or if needed we can change the procfile as per our need

As per nginx-proxy/nginx-proxy@de4cb3d this was set previously in the nginx.conf which we override manually in our dockerimage to copy our own custom config and since it was override there was no duplication. But now since this has been moved to the procfile it is getting set by default and and since we also have this in our config it is getting duplicated.

In order to use the image directly we can remove this from our configs 

Or if needed we can change the procfile as per our need
@iamimmanuelraj
Copy link
Contributor Author

CC @mrrobot47

@mrrobot47 mrrobot47 merged commit b7cc40e into EasyEngine:develop May 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants