About 468,000 results
Open links in new tab
  1. Locate the nginx.conf file my nginx is actually using

    Feb 17, 2015 · I searched for all of the nginx.conf files on the server, but none of these files define the parameters that nginx is actually using when I start it on the server. Where is the nginx.conf file that …

  2. nginx - SSL: error:0B080074:x509 certificate routines:X509_check ...

    With Nginx, if your CA included an intermediate certificate, you must create a single chained certificate file that contains your certificate and the CA’s intermediate certificates.

  3. nginx: [emerg] "server" directive is not allowed here

    Jun 11, 2023 · Often the configuration is distributed across multiple files, by using the include directives to pull in additional fragments (for example from the sites-enabled directory). Use sudo nginx -t to …

  4. "configuration file /etc/nginx/nginx.conf test failed": How do I know ...

    Jan 1, 2019 · I'm an nginx noob trying out this this tutorial on nginx 1.1.19 on ubuntu 12.04. I have this nginx config file. When I run this command the test fails: $ sudo service nginx restart Restarting ngi...

  5. How to edit nginx.conf to increase file size upload

    213 I want to increase the maximum file size that can be uploaded. After doing some research online, I found that you have to edit the file 'nginx.conf'. The only way I can currently access this file is by …

  6. What language are nginx conf files? - Stack Overflow

    Nginx configuration files are written in a language (if you want to call it one) that was designed and implemented for Nginx configuration files. Chances are that the documentation is the only available …

  7. how to add/override a new nginx configuration file?

    Jun 5, 2022 · I have a somedomain.com.conf file under /etc/nginx/sites-available in linux (RHEL). if i want to host a web app/site, do i just edit the same file or create a new configuration file for nginx? I …

  8. nginx Windows: setting up sites-available configs

    Oct 25, 2012 · I'm trying to set up Nginx on my Windows development environment. I can't find how to create something similar to "sites-enabled" on Linux where Nginx would look for (links to) active …

  9. nginx- duplicate default server error - Stack Overflow

    Jun 23, 2017 · I my case, I already have a file inside the sites-enabled. And the issue had resolved after removing the unwanted and swap related files. Options to try the nginx configuration is ok or not by …

  10. How to run Nginx docker container with custom config?

    May 10, 2015 · This doesn't look like a proper main nginx.conf file, the file you posted has to be under http directive, most likely under /etc/nginx/conf.d/ directory added an an include line within http directive.