In this tutorial you will learn how to change the default index page after installing nginx. When you install nginx, the default page is a...
8 Results tagged on "nginx":
In this tutorial you will learn how to remove .htpasswd file, or disable basic auth for your site, so when you visit your site or...
When you install Nginx, the directive client_max_body_size specifies the upload size that you want to allow to be uploaded on your site/...
If you want to password protect an section/directory on your site and make it available to login with an username and password, you can...
Sometimes when you try to reload or restart nginx you get the error nginx: [emerg] unexpected end of file, expecting "}" in /etc/nginx/sites-enabled/owlhowto....
In this tutorial you will learn how to block an IP Address or multiple ip addresses on nginx. This is useful in cases where someone...
Nginx (pronounced "engine X", /ˌɛndʒɪnˈɛks/ EN-jin-EKS), stylized as NGINX, nginx or NginX, is a web server that can also be used as a reverse proxy,...
In this tutorial you will learn how to hide Nginx version from leaking to public. This step is a must, when parameter is not set...