What should I do if nginx is too low to close? One move to smooth upgrade

1. View the existing nginx compilation parameters I'm here with 1.16.0 Upgrade to 1 for example.16.1(Compiled and installed) [root@localhost ~]# /usr/local/nginx/sbin/nginx -V nginx version: nginx/1.16.0 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017 TLS SNI support enabled configure arg ...

Posted by SsirhC on Mon, 06 Apr 2020 07:48:47 -0700

kubernetes service discovery plug-in CoreDNS (operation and maintenance technology exchange group: 926402931, welcome to exchange together.)

Catalog 1. Deployment list of Intranet resources of kubernetesubernetes 2. Configure dns resolution 3. Browser visit k8s-yaml.od.com 4. Download docker image and upload it to harbor warehouse 5. Prepare resource allocation list 6. Application resource allocation 7. Check the created resources 8. Verify coreDNS 1. Deployment list of Intranet ...

Posted by xcasio on Mon, 06 Apr 2020 07:19:53 -0700

Build Flask web app with Translate ToolKit 2.5.0 API

The Translate ToolKit 2.5.0 API is a document conversion tool for the translation industry. For example, convert json or html to PO file for translation. Here, we use the Flask web framework to implement the basic functions of the Translate ToolKit api. This is a written test of the previous few days. It requires three days to implement a webAp ...

Posted by phpyoungdeveloper on Sun, 05 Apr 2020 14:43:37 -0700

linux Installation of nginx, jdk, redis

Because the project needs to apply for a new server, it is necessary to reconfigure the environment. nginx installation: One click installation of four dependencies: yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel   Enter / usr/local/src directory and create nginx folder cd /usr/local/src mkdir nginx   Enter the nginx ...

Posted by jasonman1 on Sun, 05 Apr 2020 14:12:46 -0700

Proxy cache configuration of nginx

There is a project that uses Baidu voice interface. Because of its small function, it doesn't want to write on the server. It plans to directly use js to tune Baidu interface, and then use nginx proxy to solve cross domain problems. Then, what can I do with token? Token must be cached and can't be cached in the browser. So I tried nginx proxy c ...

Posted by dragongamer on Sun, 05 Apr 2020 03:32:52 -0700

Using Nginx server to publish front page

As an http server, Nginx can be used as a web page static server. Before deploying static resources, let's learn about the Nginx configuration file user nobody; #Start the process, usually set equal to the number of CPUs worker_processes 1; #Global error log and PID file #error_log logs/error.log; #error_log logs/error.log notice; #error ...

Posted by condoug on Sun, 05 Apr 2020 01:51:52 -0700

Docker complete site introduction

1, Operation on the main server: complete the installation of docker; omitted 2, View image [root@localhost ~]#docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE centos/shop2.web.top latest 8fc9b211671a 14 minutes ago 1.835 GB ..... 3, Running image ...

Posted by LiamS94 on Sat, 04 Apr 2020 10:45:54 -0700

Record a journey of cc attack and modify it with ddos deflate

The beginning of the story, on March 30, is supposed to be a friendly business attack on the company's website. The attack starts at 4 p.m. on the attack website, there is also Alibaba cloud ip in it. Angry. I want to complain. Start to talk about how to solve it. First, use netstat -ntu | awk '{print $5}' | cut -d: -f1 | so ...

Posted by squizz on Fri, 03 Apr 2020 07:00:16 -0700

Compiling and installing PHP, LNMP configuration and validation

Compile and install Nginx and Mysql http://blog.csdn.net/qq_36294875/article/details/79352522 [MySQL5.7.11 Compilation and installation] http://blog.csdn.net/qq_36294875/article/details/79344943 [Nginx And simple configuration] Compile installed environment The host is 172.25.23.6 hostname:server6.com K ...

Posted by joeman3429 on Fri, 03 Apr 2020 06:14:47 -0700

Nginx series tutorials static files on nginx cache server

Using nginx to cache static files on the server 1, Advantages of nginx caching As shown in the figure, nginx caching can reduce the processing pressure of the source server to a certain extent.Because many static files (such as css, js, pictures) are not updated frequently. nginx uses proxy cache to cache users' requests to a local directory. ...

Posted by statrat on Thu, 02 Apr 2020 08:31:58 -0700