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

Tag: nginx

Startup, restart, shutdown function under Windows

@echo off
rem provides nginx startup, restart and shutdown functions under Windows

echo ================ ==begin========================

cls
:: Drive letter where ngxin is locatedset NGINX_PAT

October 19, 2021By Simo Windows close, function, nginx, Restart, startup, windowsLeave a Comment

Third, use FFMPEG + NGINX + RTMP under Windows to build a live stream, draw

One. Environment 1. Development environment: windows

2. Development tools: FFmpeg, nginx, nginx-rmtp-module

(Link: https://pan.baidu.com/s/119d2GeMzddas_wEsBdeInw Extraction code: lxmp)

October 19, 2021By Simo Windows build, environment, FFMPEG, FFMPEG + NGINX + RTMP, Flow, Implementation, live, nginx, pull, Push, RTMP, Third, Used, windowsLeave a Comment

Shell Programming: Use scripts to achieve NGINX’s guardianship restart

nginx_daemon.sh #!/bin/bash
#

this_pid=$$

while true
do
ps -ef | grep nginx | ​​grep -v grep | grep -v $ this_pid &> /dev/null

if [$? -eq 0 ];then
echo ” nginx is ok”
sleep 3
else

October 18, 2021By Simo Unix automatic, guardianship, Implementation, nginx, programming, Restart, Script, shell, utilizationLeave a Comment

How to update my Nginx with Yum in Centos 7

I used yum install nginx on my ECS server, but the version is not high enough to support http2. After Google search, I added a configuration file:

/etc/yum.repos.d/nginx.repo With content:

October 15, 2021By Simo Centos centos, How to, my, nginx, up, Update, YumLeave a Comment

Centos Linux server installed nginx

1. Before installing nginx, we must first make sure that the system has g++, gcc, openssl-devel, pcre-devel and zlib-devel software installed, which can be detected by the command shown in the figu

October 14, 2021By Simo Centos centos, installation, linux, nginx, serverLeave a Comment

CentOS610FASTDFS stand-alone mode – FASTDFS and Nginx integration configuration

Centos610 series configuration

We have completed the installation of FastDFS in Centos610FastDFS stand-alone mode-FastDFS installation, and then we will install the FastDFS scheduler.

1

October 14, 2021By Simo Centos centos, Centos610fastDFS, configuration, fastdfs, integration, mode, nginx, singleLeave a Comment

Nginx + UWSGI + Django under CentOS deployment Web services (Xia Baiyi)

Connect to the server 1) Account
>: ssh [email protected]
2) Password
>: ** ****** Server Command Administrator Privilege 1) All of the following Server commands can be executed under administrator

October 14, 2021By Simo Centos centos, deployment, Django, nginx, NGINX + UWSGI + Django, service, smooth, UWSGI, WEB, whiteLeave a Comment

CentOS6.7 installation deployment Nginx (detailed primary configuration file)

keepalived + nginx : Realize high availability

nginx:

web server

reverse proxy, also supports caching(Cached on disk)

Support FastCGI

tengine: Taobao official corrects

October 14, 2021By Simo Centos centos, CentOS6.7, configuration file, deployment, detailed, installation, master, nginxLeave a Comment

CentOS 7, install Nginx using YUM (easy)

When using the following command to install Nginx, it is found that the installation cannot be successful

yum install -y nginx Required Do a little bit of processing.

Execute the follo

October 14, 2021By Simo Centos centos, installation, nginx, simple, use, YumLeave a Comment

Nginx forward proxy & reverse agent

1, forward proxy 1. I can’t access a certain website, but I can access a proxy server. This proxy server can access the website that I can’t access< /span>

2. So I connected to the proxy ser

October 13, 2021By Simo Nginx Agent, Forward, nginx, ReverseLeave a Comment

Posts navigation

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