server { listen 80; server_name *.xx.com; access_log off; index index.html index.htm index.php; root data wwwroot www.xx.com; if ( $host != www.xx.com ) { rewrite (.*).xx.com www.xx.com $1 ; } www.xx.com root directory data www...
there is no operation and maintenance in our company for the time being. I have been helping to build and configure nginx. I received a demand today. I think I can t figure it out after reading it on the Internet, right? I would like to ask you: our ...
background: my vps installed centos7, to build a wordpress blog through the Lnmp environment. Yesterday, I found that there were a lot of violent login attempts, so I planned to disable port 22. After following this article, I did not succeed in ssh log...
I only quote el-dropdown, not el-dropdown-menu and el-dropdown-item. the contents of dropdown are written by themselves, how to control the display and hiding of dropdown? ...
linux system, there is a vmware.log file in the vm directory. is currently logged in to root, but nothing can be done on vmware.log. Not even rm cp cat chmod, full prompt device or resource is busy but lsof view is not occupied. cannot directly manip...
echo "usage {break|continue}" usage {break|continue} echo $"usage {break|continue}" usage {break|continue} the difference between "usage {break | continue} " and $ "usage {break | continue} "? ...
beforeback: function() { webview alert(1) mui.plusReady(function(){ var i = plus.webview.getWebviewById( txffc ); console.log(i); }); ...
A tab page build, including three files, why this.$emit ( input ,name) in tabs.js? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="w...