10 2021 档案

摘要:location ^~ /sub/ { set $subroot /home/www/sv8/wwwroot/; root $subroot; index index.php index.html; location ~ \.php { fastcgi_pass php5:9000; set $sc 阅读全文
posted @ 2021-10-18 21:16 3000 阅读(293) 评论(0) 推荐(0)
摘要:docker run -tid --name baota -p 80:80 -p 443:443 -p 8888:8888 -p 888:888 --privileged=true --shm-size=1g --restart always -v e:\wwwroot:/www/wwwroot p 阅读全文
posted @ 2021-10-05 10:10 3000 阅读(147) 评论(0) 推荐(0)