定义: server.servlet.context-path= # Context path of the application. 应用的上下文路径,也可以称为项目路径,是构成url地址的一部分。
根据数据体量,结合集群各节点的CPU、内存、磁盘的表现,合理优化设置kudu参数,让集群飞起来~
1. 所有的员工都能访问所属部门的共享文件和公司的共享文件,但是不能对该共享文件进行修改,只能读取。
有些问题真的只有在项目部署上线以后才能再现,最近项目中学习到一个新的技能点——远程debug,特地记录一下。
首先从命令行中,获取 method 的参数,拼接成发送给 api-server 的 url 信息;
本次演示使用 Ubuntu-16.04-Server输入命令,进行安装ubuntu@ubuntu:~$ sudo apt-get install openssl shellinabox
1、http 配置增加下面代码定义当前日期的变量# ...http { # ... map $time_iso8601 $logdate { '~^(?<ymd>d{4}-d{
1、配置nginx在http,或者 server 或者 location 中加入如下配置proxy_set_header Host $proxy_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $re...
server.jsconst express = require('express');const app = express();const http = require('http');const server = http.createServer(app);const { Server } = re...