Hướng dẫn sử dụng chức năng “Cấu Hình Vhost Cho PLugin Cache”

Last Updated on 13/11/2024

Như các bạn đã biết, để sử dụng 1 plugin cache cho wordpress, bạn phải config vhost cho nó sử dụng được plugin đó.
Hiện tại VPSSIM đã hỗ trợ auto config vhost để sử dụng 4 plugin cache đó là: Redis Cache, Wp super cache, W3 Total cache và Wp-rocket.
Nếu bạn đang sử dụng plugin này mà muốn chuyển sang plugin cache khác thì bắt buộc phải re-config Vhost để sử dụng plugin cache bạn muốn sử dụng, nếu không vhost sẽ lỗi và bạn sẽ không thể chạy website được.

Đường dẫn chức năng: VPSSIM menu ==> WordPress Blog Tools ==> Cấu Hình Vhost Cho PLugin Cache

Cách sử dụng:

kết quả:

Cách thức hoạt động của chức năng này:

Như bên dưới là 1 đoạn trong Vhost (/etc/nginx/conf.d/domain.com.conf)

#Chay tat ca cac website (WordPress, Xenforo, Joomla, Phpbb …. ). neu ban su dung rule cua ban,comment dong duoi (them dau # vao truoc) (AAA)
include /etc/nginx/conf/all.conf;

#Neu ban su dung rule cua minh, comment rule o tren. Sau do uncoment (bo dau # ba dong duoi) sau do them rule vao giua. (BBB)
#location / {
#Uncomment 3 dong nay, sau do cho rule cua ban vao day!
#}

# Rule cho wordpress + Plugin wp super cache. Neu ban su dung wordpress va wp super cache, uncomment dong duoi va comment dong AAA phia tren. (CCC)
#include /etc/nginx/conf/supercache.conf;

# Rule cho wordpress + Plugin W3 Total Cache. Neu ban su dung wordpress va W3 Total, uncomment dong duoi va comment dong AAA phia tren. (DDD)
#include /etc/nginx/conf/w3total.conf;

# Rule cho wordpress + WP-Rocket. Neu ban su dung wordpress va WP-Rocket, uncomment dong duoi va comment dong AAA phia tren. (EEE)
#include /etc/nginx/conf/wprocket.conf;

# Config Cache Static Files
include /etc/nginx/conf/staticfiles.conf;

Bây giờ mình sẽ config sử dụng WP Super Cache bằng cách:

Comment dòng :

include /etc/nginx/conf/all.conf;

thành:

#include /etc/nginx/conf/all.conf;

và chỉnh:

#include /etc/nginx/conf/supercache.conf;

thành:

include /etc/nginx/conf/supercache.conf;

Save lại và khởi động lại Nginx.

Với các plugin khác, nếu bạn không muốn VPSSIM auto config thì bạn có thể manual edit tương tự.

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *