Skip to content
  • Home
  • Installation
    • Apache HTTP Server
    • Nginx
    • MySQL
    • PostgreSQL
    • Docker
    • Sentry
    • phpMyAdmin
    • ejabberd
    • MinIO
    • GitLab
  • Jitsi Meet
    • Jitsi Meet Installation
    • Coturn
    • Grafana
    • Jibri
    • Jibri Generator
    • Jitsi Video Bridge
    • Octo (Cascaded Bridges)
    • Prosody
  • Server
    • linux
      • CentOS
      • Ubuntu
    • macOS
    • Open Source
    • Python
    • PHP
      • Laravel
  • Useful Links
    • Docker Command
    • Jitsi Command
    • JSON Formatter
    • Linux, macOS Command
    • Sitemap
  • Contact
Menu Close
  • Home
  • Installation
    • Apache HTTP Server
    • Nginx
    • MySQL
    • PostgreSQL
    • Docker
    • Sentry
    • phpMyAdmin
    • ejabberd
    • MinIO
    • GitLab
  • Jitsi Meet
    • Jitsi Meet Installation
    • Coturn
    • Grafana
    • Jibri
    • Jibri Generator
    • Jitsi Video Bridge
    • Octo (Cascaded Bridges)
    • Prosody
  • Server
    • linux
      • CentOS
      • Ubuntu
    • macOS
    • Open Source
    • Python
    • PHP
      • Laravel
  • Useful Links
    • Docker Command
    • Jitsi Command
    • JSON Formatter
    • Linux, macOS Command
    • Sitemap
  • Contact

Nginx

  1. Home>
  2. Nginx

How to improve Nginx performance

  • Post published:November 7, 2021
  • Post category:Nginx
  • Post comments:0 Comments

Gzip change the file like below /etc/nginx/nginx.conf http { gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 32 16k; gzip_http_version 1.1; gzip_min_length 250; gzip_types image/jpeg image/bmp image/svg+xml…

Continue ReadingHow to improve Nginx performance

Nginx increases the user limit

  • Post published:November 6, 2021
  • Post category:Nginx
  • Post comments:0 Comments

Enter the below command nano /etc/nginx/nginx.conf Compare the below lines user www-data; worker_processes 4; pid /var/run/nginx.pid; events { worker_connections 5000; use epoll; # multi_accept on; } # took it in…

Continue ReadingNginx increases the user limit

Nginx 413 Request Entity Too Large Error Solution

  • Post published:November 3, 2021
  • Post category:Nginx
  • Post comments:0 Comments

Enter the below command to the terminal for Nginx 413 Error sudo su nano /etc/nginx/nginx.conf Add under HTTP section below line client_max_body_size 8M; Save the file by pressing Ctrl +…

Continue ReadingNginx 413 Request Entity Too Large Error Solution

How to install Nginx with Let’s Encrypt on Ubuntu 20.04

  • Post published:September 25, 2021
  • Post category:Nginx
  • Post comments:0 Comments

In your terminal, enter the commands sudo su apt update apt install nginx-full ufw allow ssh ufw allow 'Nginx Full' ufw status systemctl status nginx mkdir -p /var/www/your-domain.com nano /etc/nginx/sites-available/your-domain.com…

Continue ReadingHow to install Nginx with Let’s Encrypt on Ubuntu 20.04

How to hide the Nginx version

  • Post published:September 19, 2021
  • Post category:Nginx
  • Post comments:0 Comments

In your terminal, enter the below command sudo nano /etc/nginx/nginx.conf Then find server_tokens in the file by pressing Ctrl + w and then entering search keyword In the file remove…

Continue ReadingHow to hide the Nginx version

Recent Posts

  • How to achievable of Jitsi Meet Ubuntu Server Setup Multiple Jibri Docker Instances
  • Join participant as a hidden mode in Jitsi Meet
  • Ubuntu 20.04 LTS full sources list
  • Install Redis Cache with PhpRedis
  • Linux OR macOS Commands

Categories

  • Apache HTTP Server
  • CentOS
  • Coturn
  • Docker
  • ejabberd
  • GitLab
  • Grafana
  • Jibri
  • Jitsi Meet
  • Jitsi Video Bridge
  • Laravel
  • linux
  • macOS
  • MinIO
  • MySQL
  • Nginx
  • Octo (Cascaded Bridges)
  • PHP
  • phpMyAdmin
  • PostgreSQL
  • Prosody
  • Python
  • Sentry
  • Server
  • Torture
  • Ubuntu
  • How to achievable of Jitsi Meet Ubuntu Server Setup Multiple Jibri Docker Instances
  • Join participant as a hidden mode in Jitsi Meet
  • Ubuntu 20.04 LTS full sources list
  • Install Redis Cache with PhpRedis
  • Linux OR macOS Commands
  • Contact
  • Installation
  • Jibri Generator
  • Jitsi Meet Installation Steps
  • JSON Formatter
  • Privacy Policy
  • Search
  • Sitemap

auto scale Centos chat application check port clamav command coturn Docker Docker Compose ejabberd gitlab Hidden mode in Jitsi Meet Hide Nginx Version Homebrew jibri Jitsi Meet Jitsi Video Bridge JVB jvb auto scale laravel chat application laravel socket laravel websocket LibreOffice Load Balancing MinIO mysql Nginx Nginx 413 Nginx Server php phpmyadmin PhpRedis Prosody python Sentry server smacks socket timezone TusPHP ubuntu websocket websockets Wi-Fi Repeater xmpp-websocket


Copyright 2022 - ai38ml.com