Skip to content

SmartTechHub

  • Home
  • News
  • Privacy Policy

Nginx

Moving from Apache PHP 5 to Nginx PHP 7
Posted in
  • Nginx

Moving from Apache PHP 5 to Nginx PHP 7

Today i moved a high traffic WordPress web using from Apache + PHP 5 to Nginx … Moving from Apache PHP 5 to Nginx PHP 7Read more

by TechHubWriter•October 2, 2024•0
Nginx wildcard virtualhost
Posted in
  • Nginx

Nginx wildcard virtualhost

wildcard virtual host allow you to host multiple web sites with one configuration file. Here is … Nginx wildcard virtualhostRead more

by TechHubWriter•October 2, 2024•0
Nginx Config for rtmp streaming
Posted in
  • Nginx

Nginx Config for rtmp streaming

Here is nginx config used for RTMP streaming. user nginx; worker_processes 1; worker_rlimit_nofile 300000; events { … Nginx Config for rtmp streamingRead more

by TechHubWriter•October 2, 2024•0
Disable Access to a folder in Nginx
Posted in
  • Nginx

Disable Access to a folder in Nginx

To disable access to folder /admin in Nginx, add following to server block of your web … Disable Access to a folder in NginxRead more

by TechHubWriter•October 2, 2024•0
Nginx CloudFlare restore real ip
Posted in
  • Nginx

Nginx CloudFlare restore real ip

When using Nginx Behind Cloudflare, logs and web applications show Cloudflare sever IP instead of visitor … Nginx CloudFlare restore real ipRead more

by TechHubWriter•October 2, 2024•0
Nginx 413 Request Entity Too Large
Posted in
  • Nginx

Nginx 413 Request Entity Too Large

On Nginx server, when uploading large file, i get error 413 Request Entity Too Large On … Nginx 413 Request Entity Too LargeRead more

by TechHubWriter•October 2, 2024•0
Nginx Configuration for Video Streaming With Secure Link
Posted in
  • Nginx

Nginx Configuration for Video Streaming With Secure Link

here is nginx configuration i used for a video site that have secure link. server { … Nginx Configuration for Video Streaming With Secure LinkRead more

by TechHubWriter•October 2, 2024•0
Enable Directory Listing in Nginx
Posted in
  • Nginx

Enable Directory Listing in Nginx

To enable directory listing in Nginx, add following to server configuration. autoindex on; Example server { … Enable Directory Listing in NginxRead more

by TechHubWriter•October 2, 2024•0
Nginx Disable Access log
Posted in
  • Nginx

Nginx Disable Access log

On a high traffic web site, i want to disable access log as we are hitting … Nginx Disable Access logRead more

by TechHubWriter•October 2, 2024•0
Nginx Rails Origin header didn’t match request.base_url
Posted in
  • Nginx

Nginx Rails Origin header didn’t match request.base_url

After installing SSL on Nginx server, rails application login page stopped working. On log file (log/production.log), … Nginx Rails Origin header didn’t match request.base_urlRead more

by TechHubWriter•October 2, 2024•0

Posts pagination

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