server {
listen 80;
server_name c.com www.c.com;
root "/data/wwwroot/c.com";
location / {
index index.php index.html index.htm;
#autoindex on;
if (!-e $request_filename) {
rewrite ^(.*)$ /index.ph...
-
Linux•2020-07-28• 622Views
mosquitto --用户配置 及权限管理
-
Linux•2020-07-28• 424Views
linux 下mqtt 安装
-
PHP•2019-12-16• 807Views
获取数组值的最大公约数
-
MYSQL•2019-12-16• 610Views
解决mysql---date不能为0, only_full_group_by 问题;
-
GIT•2019-06-20• 949Views
windows下 git 提示 CRLF问题