Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AddaMeSPB/AddameServer

Repository files navigation

AddameServer

  1. Check for Configuration File Inside the Container You can also directly check the contents of the /etc/nginx/conf.d directory inside the container to ensure your configuration file is present:

docker exec addame_nginx_rp ls /etc/nginx/conf.d

And to inspect the contents of your configuration file (replace default.conf with your file name if different):

docker exec addame_nginx_rp cat /etc/nginx/conf.d/default.conf

If the configuration file is correctly placed and Nginx still doesn't seem to behave as expected, review the configuration file for syntax errors or misconfigurations. You can use nginx -t inside the container to test the Nginx configuration for syntax correctness:

docker exec addame_nginx_rp nginx -t

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /