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

Category: Nginx

Nginx (“engine x”) is a high-performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP server. Nginx was developed by Igor Sysoev for the second most visited site in Russia, Rambler.ru. The first public version 0.1.0 was released on October 4, 2004. It releases the source code in the form of a BSD-like license, which is known for its stability, rich feature set, sample configuration files and low system resource consumption. On June 1, 2011, nginx 1.0.4 was released. Nginx is a lightweight web server/reverse proxy server and email (IMAP/POP3) proxy server, and is issued under a BSD-like protocol. Developed by Russian programmer Igor Sysoev, it is used by the Russian large-scale portal and search engine Rambler (Russian: Рамблер). Its characteristic is that it occupies less memory and has strong concurrency.

Hugo combined with nginx

Combined use of hugo and nginx Introduction Hugo is a static website generator written in go language. It is suitable for building personal blog, company homepage, help and other websites. It is a

October 13, 2021By Simo Nginx combined, Hugo, nginx, useLeave a Comment

Nginx + PHP Modify single request maximum execution time

1. php.ini (usr/local/php/etc)

max_execution_time = 300

2. php-fpm.conf (usr/local/php/etc)

request_terminate_timeout = 300

3.nginx.conf (usr/local/nginx/conf)< /strong>

October 13, 2021By Simo Nginx execution, maximum, modification, nginx, PHP, Request, single, timeLeave a Comment

How to build Angular 4 applications in Nginx or Apache HTTPD?

Hi, I am trying to build an Angular 4 application, the next steps are as follows –

Build build

In my In the amazon ec2 instance, I am running apache. The steps followed –

#!/bin/b

October 13, 2021By Simo Nginx Angular, apache, application, How, HTTPD, Moine, nginx, programLeave a Comment

Nginx is separated from PHP

nginx andphpseparate building

nginx configuration

server {

server_name www.a.org; Define the domain name

location / {

root root /www/a.org; Definition php web page fil

October 13, 2021By Simo Nginx construction, nginx, PHP, separationLeave a Comment

Nginx friendly PHP framework

Hey guys, I’m looking for a PHP framework, if I’m lucky, just run nginx under FastCGI, otherwise, no need to adjust too much. Symfony 1.4 using nginx is great. I have completed the adjustment, h

October 13, 2021By Simo Nginx frame, Friendly, nginx, PHPLeave a Comment

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

Posts navigation

Page 1 … Page 7 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