worker_processes 1;
events {
worker_connections 1042;
} http {
include mime.types;
default_type application/octet-stream; sendfile on;
keepalive_timeout 65;
server { listen 8080;
server_name localhost;
root /storage/emulated/0/BaiduNetdisk/www; index index.html index.htm;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /data/data/com.termux/files/usr/share/nginx/html;
}
location ~.\.php$ { root html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /storage/emulated/0/BaiduNetdisk/www$fastcgi_script_name;
include fastcgi_params;
}
}
}

轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/66903.html
標籤:MySQL
下一篇:SQL資料庫SSL未被使用
