- Project link: https://codeup.aliyun.com/5f3f374f6207a1a8b17f933f/carsmos/docs
- Steps:
- Clone the project
- Checkout a new branch
- Modify the code
- Commit and push the code
- Waiting for merging to master
- After merging to master, the code will be updated automatically on the server in 5 minutes
server { listen 443 ssl; server_name yourdomain.com; # 替换为你的域名
ssl_certificate /home/ecs-user/race/cert.pem; ssl_certificate_key /home/ecs-user/race/cert.key;
root /home/ecs-user/race;
location / { try_files $uri $uri/ =404; } }