10/12/24Less than 1 minute
- readme79
- aws69
- work35
- unisa26
- python21
- AI17
- Guide15
- math15
- CSS14
- Assignment13
- docker12
- VUE12
- Blender10
- AWS10
- IAM10
- PTE9
- model8
- geoscience8
- linux7
- make7
- 3D Modeling5
- classfier5
- github5
- trading4
- 42Adelaide4
- slides4
- nginx4
- pytorch4
- Animation3
- R3
- obs3
- HTML3
- csv3
- Docker2
- media2
- data label2
- google2
- openai2
- env2
- pip2
- scraping2
- 3D Fundamentals1
- Modeling Techniques1
- Advanced Modeling1
- Material Creation1
- Texture Creation1
- Character Animation1
- Containerization1
- DevOps1
- Role Management1
- Policy Management1
- Enterprise Governance1
- Security Best Practices1
- CDK1
- Infrastructure as Code1
- Service Integration1
- Identity Federation1
- Security1
- Advanced Features1
- Architecture Design1
- cdk1
- graph DB1
- sqlite1
- ECurrency1
- streamlit1
- graph1
- Hyper-V1
- ffmpeg1
- notion1
- Ruby1
- clustering1
- md51
- jupyter1
- logging1
- pyinstaller1
- fastapi1
- http authorization1
Folder Structure
How to startup
Nginx & Http
Virtual Machine
server_name to match the domain name.
server_name
: the domain name of a server
Matching rules: (Please be careful of the order for domain matching)
10/12/24About 2 min
How to manage session using clustering systems
- ip_hash
Other-Hash: $cookie_jsessionid, $request_uri;
lua logic redirect - Redis + SpringSession
hash
- inner ip_hash
upstream httpget{
ip_hash;
server 192.168.1.1;
server 192.168.1.2;
}
10/12/24About 1 min
Add headers
add_header Access-Control-Allow-Credentials true;
add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Methods GET,POST;
add_header Access-Control-Allow-Headers NT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization;
8/26/23Less than 1 minute