WordPress:ShortPixel 外掛 WebP Nginx 設定
網站只要有放圖,用Google Page Speed測試都會出現:提供 NEXT-GEN 格式的圖片。這可透過ShortPixel外掛來處理,但Nginx也需要做些設定,在此記錄下。注意: webp 不一定會比 jpg 小,如果圖本來就壓過很小了,轉無損 webp 可能會變大參考來源:无损 WebP …
WordPress:Elementor 外掛存檔跳錯 500 Internal Server Error
使用Elementor外掛編輯器,修改完存檔會跳 500 Internal Server Error,需不斷嘗試按更新才會成功。為解決問題找到Error Log出現:Allowed memory size of 268435456 bytes exhausted (tried to allocate …
WordPress:Nginx [warn] a client request body is buffered to a temporary file /var/lib/nginx/tmp/client_body/
因WordPress 外掛Elementor 存檔跳 500 Internal Server Error,檢查了Nginx的Error Log,連帶發現[warn] a client request body is buffered to a temporary file /var/lib/ngin …
WordPress:上傳檔案跳HTTP錯誤-Nginx設定
環境:CentOS 7.x平台:Nginx + PHP-FPM下圖顯示可以上傳2GB,但我上傳1.07MB的檔案卻跳HTTP錯誤 檢查error.log如下 Google 下,原來Nginx也需要設定,故在nginx.conf內加入 完成就可以正常上傳圖了
Nginx:優化及設定檔記錄
WordPress 固定網址,沒改會跳下載 HTTP轉HTTPS PHP-FPM設定,把下面第一欄註解拿掉 優化 設定靜態快取 設定安全性(要知道自己在做什麼) 隱藏Nginx版本 Gzip壓縮,參考來源 SSL的部分 其他
WordPress:修改「固定網址設定」後404:Apache、Nginx rewrite設定
公司第一個網站內容是以英文為主,且文章、頁面皆以英文命名。而一般網址都會建議以自定義英文名、或直接抓取標題來命名(忌中文命名)若直接修改固定網址,可能會造成404需先修改nginx設定,如下 #vim /etc/nginx/conf.d/wordpress.conf (我的是放在這裡)在locati …