Skip to content

SmartTechHub

  • Home
  • News
  • Privacy Policy

Nginx

Disable TLSv1 in Nginx
Posted in
  • Nginx

Disable TLSv1 in Nginx

To disable TLSv1 in nginx, add ssl_protocols TLSv1.1 TLSv1.2; in your server config. if you are … Disable TLSv1 in NginxRead more

by TechHubWriter•October 2, 2024•0
Nginx Config for Laravel Application
Posted in
  • Nginx

Nginx Config for Laravel Application

Here is Nginx configuration for a laravel application server { listen 80; server_name www.domain.com; access_log /var/log/nginx/domain.com.log; … Nginx Config for Laravel ApplicationRead more

by TechHubWriter•October 2, 2024•0
Nginx Config for Laravel Application in sub folder
Posted in
  • Nginx

Nginx Config for Laravel Application in sub folder

To run Laravel Application on a subfolder of a website, use the following configuration. If you … Nginx Config for Laravel Application in sub folderRead more

by TechHubWriter•October 2, 2024•0
Configure Nginx to listen on single IP Address
Posted in
  • Nginx

Configure Nginx to listen on single IP Address

By default Nginx listens on all IP address on a server. To make nginx listen on … Configure Nginx to listen on single IP AddressRead more

by TechHubWriter•October 2, 2024•0
Nginx Password Protect a website
Posted in
  • Nginx

Nginx Password Protect a website

To password protect a website, you need to install htpasswd utility. On Ubuntu/Debian, you can install … Nginx Password Protect a websiteRead more

by TechHubWriter•October 2, 2024•0
Nginx Location Directive
Posted in
  • Nginx

Nginx Location Directive

Nginx Location Directive is used to route request to correct files. Match Exact match is used … Nginx Location DirectiveRead more

by TechHubWriter•October 2, 2024•0
Show Real IP Nginx Behind Reverse Proxy
Posted in
  • Nginx

Show Real IP Nginx Behind Reverse Proxy

When your Nginx web server is running behind a reverse proxy, you will see IP of … Show Real IP Nginx Behind Reverse ProxyRead more

by TechHubWriter•October 2, 2024•0
Nginx HTTP 414 request-URI too large
Posted in
  • Nginx

Nginx HTTP 414 request-URI too large

On a Nginx server, when accessing a long url, i get error HTTP 414 Request-URI Too … Nginx HTTP 414 request-URI too largeRead more

by TechHubWriter•October 2, 2024•0
Nginx show full url in access log
Posted in
  • Nginx

Nginx show full url in access log

To show the full URL in the nginx access log, add the following If you are … Nginx show full url in access logRead more

by TechHubWriter•October 2, 2024•0
Nginx remove html from url
Posted in
  • Nginx

Nginx remove html from url

If you have a static website build using plain html files, your url will look like … Nginx remove html from urlRead more

by TechHubWriter•September 30, 2024•0

Posts pagination

Previous 1 2 3 4 … 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