Top "Nginx" questions

Nginx ("engine x") is a web server, reverse proxy, TCP stream proxy and mail proxy, released under a BSD-like license.

Reload nginx configuration

I am trying to make modification in the Nginx conf file to remove a "rewrite". Now I have this configuration …

configuration nginx webserver
Nginx location priority

What order do location directives fire in?

nginx
Nginx not following symlinks

I have installed nginx on Ubuntu 12.04. However, nginx does not seem to follow symlinks. I understand that there is a …

nginx symlink
How to verify if nginx is running or not?

After running an ASP.NET vNext project on my local machine I was trying to figure out how I can …

ubuntu nginx mono
How can I use an .htaccess file in Nginx?

I am currently migrating my website from Apache to nginx, but my .htaccess file is not working. My website is …

apache .htaccess mod-rewrite nginx
nginx not listening to port 80

I've just installed a Ubuntu 12.04 server and nginx 1.2.7, removed default from sites-enabled and added my own file into sites-available and …

linux ubuntu nginx ubuntu-12.04
nginx - set multiple server_name with ssl-support

I'd love to use nginx to serve a website with multiple domain names and SSL: webmail.example.com webmail.beispiel.…

ssl nginx ssl-certificate vhosts
How to restart nginx on OS X

I'm using nginx on OS X 10.8. Freshly installed nginx but can't find a way to restart nginx except kill nginx_…

macos nginx restart
Force nginx to send specific Content-Type

How to overwrite default Content-Type in nginx? Currently when I request 01.dae file, there's Content-Type: application/octet-stream; And I want …

nginx http-headers content-type
Are you trying to mount a directory onto a file (or vice-versa)?

I have a docker with version 17.06.0-ce. When I trying to install NGINX using docker with command: docker run -p 80:80 …

docker nginx