Teknologi

Add Php7.2 Curl To Nginx

Add Php7.2 Curl To Nginx Overview In this article, we’ll discuss how to add Php7.2 with Curl module to Nginx. Since Php7.2 is the latest version of the PHP language, it is important to make sure that you are running the latest version to get the most out of your …

Read More »

Tutorial Start Nginx Ubuntu Webserver

Tutorial Start Nginx Ubuntu Webserver Step 1: Prerequisites Before we start configuring Nginx as a web server on Ubuntu, we need to make sure we have the following prerequisites: A running Ubuntu system with root user access. Nginx version 1.10 or higher version installed A domain name or IP address …

Read More »

Nginx Reverse Proxy Passthrough Ssl

Nginx Reverse Proxy Passthrough SSL Overview Nginx Reverse Proxy Passthrough SSL (Secure Sockets Layer) is a technique that enables you to securely access backend resources by using a reverse proxy. In this technique, all incoming requests first pass through the reverse proxy and then to the application. This helps to …

Read More »

Upstream Timed Out Laragon Nginx Stackoverflow

Upstream Timed Out Laragon Nginx Stackoverflow What is Nginx? Nginx is a popular open-source web server, known for its high performance, low resource usage, and scalability. It is usually used as a reverse proxy to serve dynamic webpages and other content, including image and video files. The Nginx daemon is …

Read More »

Setup Nginx Web Application Firewall

Setup Nginx Web Application Firewall What is Nginx WAF? Nginx Web Application Firewall (WAF) is a configuration-based firewall system used by web applications and websites. It is designed to protect websites from malicious activities such as attacks and data theft. Nginx WAF is a product of Nginx Inc., which is …

Read More »

Always Redirect Http To Https Nginx

Always Redirect Http To Https Nginx What is Nginx? Nginx is an open source web server that is responsible for handling HTTP and other internet traffic requests, capable of configuring static and dynamic caching, handling TCP, UDP and other connection protocols, media streaming, and other related web server functions. Nginx …

Read More »

How Much Ideal Cache Size For Nginx

How Much Ideal Cache Size For Nginx What is Cache in Nginx Cache in Nginx refers to the caching of files and resources that are used to improve the speed and scalability of a website. Nginx uses a variety of methods to store files, such as caching them in memory, …

Read More »

How To Configure Websocket Nginx Fpm

How To Configure Websocket Nginx Fpm Introduction Websocket is a modern web technology that provides bidirectional communication between a web server and a web client. The websocket protocol allows for real-time data transfer which is more efficient and faster than traditional web technologies. Websocket is becoming a popular choice for …

Read More »

Iss My Website Use Apache Or Nginx

Iss My Website Use Apache Or Nginx? What Is Apache? Apache is an open-source, free web server software maintained by the Apache Software Foundation. It runs on most operating systems, including Windows, macOS, Linux, and BSD. It is the most popular web server on the internet, powering nearly two-thirds of …

Read More »

Nginx And Php-Fpm Configuration

Nginx and Php-Fpm Configuration Why Configure Nginx and Php-Fpm Traditionally, web servers utilize Apache to serve webpages. However, recently Nginx has become more popular due to its scalability and lite-weight approach. Nginx can serve multiple requests concurrently and is suitable for dynamic pages. Php-Fpm is a fastCGI process manager that …

Read More »

Setting Ip And Port Nginx

Setting IP and Port Nginx What is Nginx? Nginx is a web server that is used to host websites and applications. It is designed to be efficient, reliable, fast and robust. It is used in a variety of applications, from simple website hosting and content delivery to large-scale applications. Nginx …

Read More »

Nginx Index.Php Blank Page

Nginx Index.Php Blank Page What is Nginx? Nginx (pronounced “engine ex”) is a web server developed by Igor Sysoev in 2002. It is a high-performance web server and is known for its stability, rich feature set, simple configuration, and low resource consumption. Nginx is one of the most popular web …

Read More »