Skip to content

SmartTechHub

  • Home
  • News
  • Privacy Policy

Nginx

List installed Modules in Nginx
Posted in
  • Nginx

List installed Modules in Nginx

To list modules compiled with nginx, you can run nginx -V nginx -V This print nginx … List installed Modules in NginxRead more

by TechHubWriter•September 30, 2024•0
Enable CORS in Nginx
Posted in
  • Nginx

Enable CORS in Nginx

To enable CORS in nginx, add following inside web sites sevrer config. add_header ‘Access-Control-Allow-Origin’ ‘*’; add_header … Enable CORS in NginxRead more

by TechHubWriter•September 30, 2024•0
LetsEncrypt SSL On Nginx Password Protected site
Posted in
  • Nginx

LetsEncrypt SSL On Nginx Password Protected site

When you develop a web site, you will need it password protected so others won’t see … LetsEncrypt SSL On Nginx Password Protected siteRead more

by TechHubWriter•September 30, 2024•0
Install Nginx Proxy Manager
Posted in
  • Nginx

Install Nginx Proxy Manager

Nginx Proxy Manager is Docker based GUI for managing Nginx reverse proxy. It support LetsEncrypt free … Install Nginx Proxy ManagerRead more

by TechHubWriter•September 30, 2024•0
Install Nginx from source
Posted in
  • Nginx

Install Nginx from source

Install Requirements CentOS/RHEL/Fedora yum install glib2-devel openssl-devel pcre-devel bzip2-devel gzip-devel Ubuntu/Debian apt-get install libpcre3-dev Create nginx … Install Nginx from sourceRead more

by TechHubWriter•September 30, 2024•0
Nginx Commands
Posted in
  • Nginx

Nginx Commands

Start Nginx nginx Stop Nginx nginx -s stop Reload Nginx nginx -s reload Test Nginx configuration … Nginx CommandsRead more

by TechHubWriter•September 30, 2024•0
Country Blocking with nginx GeoIP on Ubuntu/Debian
Posted in
  • Nginx

Country Blocking with nginx GeoIP on Ubuntu/Debian

On Ubuntu/Debian, install nginx geoip module with apt install geoip-database libgeoip1 libnginx-mod-http-geoip -y Now edit nginx.conf … Country Blocking with nginx GeoIP on Ubuntu/DebianRead more

by TechHubWriter•September 30, 2024•0
Nginx upstream sent too big header
Posted in
  • Nginx

Nginx upstream sent too big header

When I log in to a PrestaShop website, I get an error on a Plesk server. … Nginx upstream sent too big headerRead more

by TechHubWriter•September 30, 2024•0
Enable Nginx Status Page
Posted in
  • Nginx

Enable Nginx Status Page

Nginx status is provided by http_stub_status module. To verify if your Nginx is installed with this … Enable Nginx Status PageRead more

by TechHubWriter•September 30, 2024•0
How to block .git directory in nginx
Posted in
  • Nginx

How to block .git directory in nginx

When using git version control to deploy application, many forget to secure .git folder. This allows … How to block .git directory in nginxRead more

by TechHubWriter•September 30, 2024•0

Posts pagination

Previous 1 … 3 4 5 6 Next

Smart Tech Hub

SmartTechHub is a dedicated tech blog that brings practical Linux tutorials, hands-on guides, and insightful tips right to your screen.

Useful Links

  • Home
  • News
  • Privacy Policy
Copyright © 2026 SmartTechHub.
Powered by WordPress and HybridMag.
  • Home
  • News
  • Privacy Policy