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 as a static web service

1. Static resource type Nginx as a static resource Web server deployment configuration, transmission is very High efficiency, often used for static resource processing, request, dynamic and static

October 13, 2021By Simo Nginx act, nginx, service, WEBLeave a Comment

Nginx basic introduction and principle

1.1nginx basic introduction 1. The principle of nginx high concurrency (multi-process + epool achieves high concurrency) 1. After Nginx is started, there will be a master process and multiple inde

October 13, 2021By Simo Nginx Basic, Introduction, nginx, principleLeave a Comment

Nginx – External HTTP connection failed (port open)

On the hosted Ubuntu VM, I run nginx of http and https, and I can access those using public IP from the VM:

< /p> curl http://159.203.0.5 Performing the same operation outside the VM failed-c

October 13, 2021By Simo Nginx connection, external, Failure, HTTP, nginx, open, portLeave a Comment

Nginx basic domain name port IP virtual host

Based on the domain name##nginx number of concurrent connections processes multiplied by connection
## worker_processes number of service processes, generally the same as the cpu core
worker_proces

October 13, 2021By Simo Nginx Basic, domain name, host, IP, nginx, port, VirtualLeave a Comment

Nginx configuration 80 port and 443 port

Docker configuration Nginx uwsgi configuration, the following experiments share the same uwsgi, only fine-tuning

Preparation: server ssl Certificate, the front-end and back-end must have a ce

October 13, 2021By Simo Nginx configuration, nginx, portLeave a Comment

Nginx + vSFTPD Download Upload Service Deployment

The last article wrote the “expect script for fast login vsftpd”
https://blog.51cto.com/amunlinux/2426471

This article talks about nginx as a download server , Vsftpd as a combination of up

October 13, 2021By Simo Nginx deployment, download, nginx, Nginx + vsftpd, service, upload, vsftpdLeave a Comment

Nginx Detailed 28: NGINX Architecture Nginx + Lua Security WAF Firewall

Nginx+Lua’s secure waf firewall

Take a look at what others have written: https://github.com/loveshell/ngx_lua_waf

First install git: yum -y install git

Execute under /opt/download

October 13, 2021By Simo Nginx architecture, detailed, Firewall, lua, nginx, nginx + lua, security, WAFLeave a Comment

Nginx details

Nginx is http server software like Apache. The difference between them is that Apache’s processing speed is slow and consumes memory resources, while nginx is the opposite. Functionally, all Apache

October 13, 2021By Simo Nginx detailed, Introduction, nginxLeave a Comment

Nginx virtual host: PHP5-FPM-Sock error

I am trying to set up a virtual host for a new ubuntu/php5.5/nginx installation

etc/nginx/sites_available/mydomain.com:< /p>

server {
listen 80 default_server;
root /home/www/mydomain.c

October 13, 2021By Simo Nginx error, FPM, host, nginx, PHP, PHP5, SOCK, VirtualLeave a Comment

Enhance NGINX performance

1. At the system level
1, adjust the number of open files at the same time
ulimit -n 20480
2, the maximum number of TCP connections (somaxconn)
echo 10000> /proc/sys/ net/core/somaxconn
3, TCP conn

October 13, 2021By Simo Nginx Improve, nginx, performanceLeave a Comment

Posts navigation

Page 1 … Page 4 Page 5 Page 6 … 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