Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @samoshi
Like @CrypticDesigns says, the configuration is not different, but you’re referencing two different config files.
On most Linux, the main Nginx config is /etc/nginx/nginx.conf. On most BSD it’s /usr/local/etc/nginx/nginx.conf.
I don’t have access to a BSD right now, but on Linux the server block configuration is located in /etc/nginx/sites-enabled/ (which is normally a symlink to /etc/nginx/sites-available/. My guess would be that BSD has the same setup, so that would be /usr/local/etc/nginx/sites-enabled.
@hansen thx. On Linux I use " /etc/nginx/sites-available/default" for the config of my website, what is it on FreeBsd?
oh, wait, I’ll check if it’s “/usr/local/etc/nginx/sites-enabled/default” later.