Uncategorised Nginx部署 如何讓nginx返回404當用戶訪問不存在的三級域名設置一個「預設 server」來攔截未匹配的子域名Nginx 的 server_name 是用來匹配 Host header(即訪問的域名)。如果沒有任何 server 區塊匹配該域名,N... 19.09.2025 Uncategorised
Uncategorised 數據庫部署 Database createsudo mysql_secure_installationCREATE DATABASE nextcloud;CREATE DATABASE wordpress;CREATE USER 'nc_user'@'... 19.09.2025 Uncategorised
Uncategorised WordPress部署 部署架構為apache,wordpress,php-fpm。數據庫分離部署。設定靜態ip首先找到網卡名字然後/etc/network/interfaces 打開配置文件更改格式為:#找到對應網卡名字auto enp0s3iface enp0... 19.09.2025 Uncategorised