Environment System # cat / etc/redhat-release CentOS Linux release 7.4.1708 (Core) # uname -r 3.10.0-693.21.1.el7.x86_64 Turn off Selinux and firewall # systemctl stop firewalld.service # sed –
Tag: configuration
Springboot configuration loading order
Transfer: https://blog.csdn.net/zl1zl2zl3/article/details/83716564
1, Devtools global settings properties on your home directory (~/.spring -boot-devtools.properties when devtools is active).
ZooKeeper (2) – Installation and Configuration
1. Download
https://zookeeper.apache.org/
2. Local mode installation
1. Preparation before installation
(1) Install Jdk
(2) Copy Zookeeper installation package to Linu
Centos Configure the JavaWeb Environment from the head
The memory is too bad, I still have to write a tutorial to summarize the tutorial on configuring javaweb. This tutorial is also a synthesis of many tutorials on the Internet.
Server: Alibaba
ZooKeeper cluster installation configuration, super detailed, speed collection!
Nginx performs domain name override and pan-domain analysis configuration
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; events {worker_connections 1024;} http {include mime
Nginx configuration
1. Official website: http://nginx.org/en/
2. Chinese document: http://www.nginx.cn/doc/standard/httpupstream.html< /p> 3. Proxy configuration example:
The configuration is as follows:
Jetty log configuration
Jetty implements its own log factory class: org.eclipse.jetty.util.log.Log. When this class is loaded by the classloader, it will look for an available log interface in the classpath (the default i
Nginx Basic Configuration
The basic configuration is as follows:
user www www;
worker_processes auto; #Generally the default is 1, but it can also be the number of cpu, or auto, automatically adjusted
#error_log l
Nginx Configuring HTTPS Forward HTTP, WebSocket
After the system starts Nginx, it reports [emerg] bind() to 0.0.0.0:XXXX failed (13: Permission denied). There are two ways to handle the error:
The first type: the case where the port is les