Chery Spms V1 1 1 Setup Jun 2026
server listen 80; server_name ://yourcompany.com; return 301 https://$server_name$request_uri; server listen 443 ssl http2; server_name ://yourcompany.com; ssl_certificate /etc/letsencrypt/live/://yourcompany.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/://yourcompany.com/privkey.pem; ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; root /var/www/chery-spms/public; index index.html index.htm; location / try_files $uri $uri/ /index.html; location /api proxy_pass http://127.0.0.1:8080; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; client_max_body_size 50M; Use code with caution. Restart your Nginx service to apply the configuration: sudo systemctl restart nginx Use code with caution. 4. Initial System Provisioning and Admin Onboarding
Whether you are a seasoned system administrator or a newcomer tasked with setting up the system for the first time, this comprehensive manual will walk you through every step, from understanding the software’s role to finalizing your initial settings. chery spms v1 1 1 setup