I had the same issue after reinstalling nginx to newer version. Seems like log files ownership changed and new nginx couldn’t save anything there.
Removing log files and reloading nginx worked for me:
$ sudo rm -f /var/log/nginx/*
$ sudo nginx -s reload
Related Contents:
- Kubernetes service external ip pending
- nginx- duplicate default server error
- How to use nested Nginx location blocks (prefixes vs. regex directives)?
- Nginx Redirect via Proxy, Rewrite and Preserve URL
- Remove “www” and redirect to “https” with nginx
- Nginx – Meaning of the ~ (tilde) in the location block of the nginx.conf?
- nginx url rewriting: difference between break and last
- What is the best nginx compression gzip level?
- Ordering: 1. nginx 2. varnish 3. haproxy 4. webserver?
- How to enable correct charset HTTP-header in NGINX
- How to disable Nginx logging?
- How can I debug nginx further than the error log?
- nginx split large configuration file
- nginx as reverse proxy with upstream SSL
- Nginx add_header for a 50* page
- Nginx: force SSL on one path, non-SSL on others
- redirect wildcard subdomains to https (nginx)
- How do I tell Nginx to wait a number of seconds before serving an asset?
- nginx add header conditional on an upstream_http_ variable
- nginx : no live upstreams while connecting to upstream
- Why is Nginx more popular than lighttpd?
- Blank Page: wordpress on nginx+php-fpm
- Nginx multiple location issues
- Nginx: Redirect IP address to domain name
- Prevent nginx from redirecting traffic from https to http when used as a reverse proxy
- NGINX Proxy_Pass remove url substring
- NGINX “client_max_body_size” directive does not work inside “location” block
- Nginx rewrite on docker machine when host port != container port
- How to solve nginx reverse proxy mixed content(http, https)
- Tips for maximizing Nginx requests/sec?
- Nginx: how to set host header to the server chosen (load balancing)
- Determining a realistic measure of requests per second for a web server
- understand correctly pm.max_children tuning
- Nginx proxy caching – how to check if it is working?
- Can I use nginx environment variables within static files that nginx serves?
- nginx: Why I can’t put proxy_set_header inside an if clause?
- nginx: [emerg] unknown directive “http”
- passing up headers from auth_request
- How to setup Gitlab-omnibus with non-bundled web-server?
- Reverse proxy application and its static files with Nginx
- Nginx – Serve static content from a cookieless domain
- nginx + uwsgi: — unavailable modifier requested: 0 —
- Configuring nginx to return a 404 when a URL matches a pattern
- HAProxy vs. Nginx
- Nginx not running with no error message
- “proxy_pass” cannot have URI part in location given by regular expression
- route different proxy based on subdomain request in nginx
- How to define a global variable in nginx conf file
- How can I rewrite this nginx “if” statement?
- Nginx timeouts when uWSGI takes long to process request