under nginx, jump the https://www.xxx.com/mobile/b style to the https://m.xxx.com/b style, and ask the master for advice on how to set it, and where to set it. Thank you
under nginx, jump the https://www.xxx.com/mobile/b style to the https://m.xxx.com/b style, and ask the master for advice on how to set it, and where to set it. Thank you
server {
listen 443;
server_name www.xxx.com;
rewrite ^/mobile/(.*) https://m.xxx.com/$1 permanent;
}
Previous: React-native release packaged local pictures are not displayed.
Next: How does the website implement the background drag-and-drop layout and save the front-end display?
windows server 2012. Nginx is used for load balancing on physical machines. Databases stored by session are all connected to the same database. Apache and nginx of session on physical machines can be Synchronize, while apache,session of virtual machines ...