Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: nginx

Nginx HTTP HTTPS Configuration

For the security of data transmission and to prevent web pages from being maliciously tampered with, most websites are now configured with https.

How to ensure that users access through https

October 13, 2021By Simo Nginx configuration, HTTP, https, Jumping, nginxLeave a Comment

Set the size limit system uploaded in NGINX

By setting the client_max_body_size of nginx to solve the problem of nginx+php uploading large files:
When using nginx as a webserver, you need to pay special attention to the client_max_body_size

October 13, 2021By Simo Nginx degree, file, Limit, Medium, nginx, set, Size, uploadLeave a Comment

Nginx details reverse proxy, load balancing, LNMP architecture online dynamic website

Introducing nginx 13 13 span style=”color: #000000;”> Nginx is a very lightweight HTTP server written by Russians, Nginx, which is pronounced “engine X” is a high-performance HTTP and reverse

October 13, 2021By Simo Nginx architecture, balance, detailed, dynamic, LNMP, load, nginx, online, proxy, Reverse, WebsiteLeave a Comment

Nginx configuration file

# Example of nginx.conf file
user nobody;
worker_processes 8;
error_log varlog/nginx/error.log error;
#pid logs/nginx.pid

events {
use epoll;
worker_connections 50000;
}

http {
incl

October 13, 2021By Simo Nginx configuration file, nginxLeave a Comment

Nginx: Unknown Directive “Location”

This is my code (from line 35):

location /
{
index index.php;
root /home/body;
if ($request_filename !~ (js|css|images|robots\.txt |index\.php.*)) {
rewrite ^/(.*)$/index.php/$1 last;
}

October 13, 2021By Simo Nginx instruction, location, nginx, UnknownLeave a Comment

Nginx CRLF (Renewal Enter) Injection Vulnerability

nginx CRLF (carriage return) injection vulnerability reproduces

< span style="font-size: 18px;">1. Vulnerability description

CRLF is “Enter+ “Line feed” (
) is the abbreviation, and it

October 13, 2021By Simo Nginx CRLF, Enter, injection, nginx, Reclaim, Vulnerability, WrapLeave a Comment

Nginx performance tuning key features

1. Expires cache time optimization Function: Set a reasonable expires cache time on the server. Types suitable for caching: Static files: html, pictures, js, css, and xml are all cache objects. Adv

October 13, 2021By Simo Nginx Adjustment, excellent, functional, key, nginx, performanceLeave a Comment

Nginx – PHP-FPM breaks down the stack tracking log into a separate event

I have a question, PHP-FPM registers a single event as multiple events. Take the following stack trace as an example:

[30-Jul-2014 05:38:50] WARNING: [pool www] child 11606 said into stderr:

October 13, 2021By Simo Nginx Decomposition, Event, FPM, log, nginx, PHP, Separate, stack, trackingLeave a Comment

Nginx Agent Local Folder (Windows Environment)

Installation environment: win10

nginx-1.17.2

Path: \nginx-1.17.2\conf\nginx.conf

Configure cross-domain and proxy folder path

Start in the nginx folder path cmd (check nginx

October 13, 2021By Simo Nginx environment, folder, Local, nginx, proxy, windowsLeave a Comment

Nginx + Tomcat (Java) + Apache (PHP) shared 80 port

The core problem to be solved is: Use a port 80 to access the java + php runtime environment at the same time according to the domain name or subdomain name

1. Download nginx

Official w

October 13, 2021By Simo Nginx Agent, apache, Java, nginx, PHP, port, shared, TomcatLeave a Comment

Posts navigation

Page 1 … Page 8 Page 9 Page 10
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress