• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Questions about Varnish in docker

fd_paz

Basic Pleskian
Hi,
I finally managed to install Varnish in docker in CentOS 8, but there are still some small problems:

- Sometimes when the server restarts, Varnish inside the docker does not restart and I have to start it manually. Is this normal? I also have Redis installed in docker, but this restarts itself when the server restarts.

- What is the best plugin for Wordpress to purge Varnish (version 7)? I've tried several, but couldn't get them to work. What is the right plugin for version 7?

- In the "Additional nginx directives" I have this code which gives problems when I activate Varnish:
Code:
# WORDPRESS PERMALINKS
 if (!-e $request_filename) {
         rewrite ^(.+)$ /index.php last;
    }

How do i need to modify it to work with Varnish?

Thanks in advance
 
Hi,
I finally managed to install Varnish in docker in CentOS 8, but there are still some small problems:

- Sometimes when the server restarts, Varnish inside the docker does not restart and I have to start it manually. Is this normal? I also have Redis installed in docker, but this restarts itself when the server restarts.

- What is the best plugin for Wordpress to purge Varnish (version 7)? I've tried several, but couldn't get them to work. What is the right plugin for version 7?

- In the "Additional nginx directives" I have this code which gives problems when I activate Varnish:
Code:
# WORDPRESS PERMALINKS
 if (!-e $request_filename) {
         rewrite ^(.+)$ /index.php last;
    }

How do i need to modify it to work with Varnish?

Thanks in advance
i didn't give you any idea on this,
 
Hi,
I finally managed to install Varnish in docker in CentOS 8, but there are still some small problems:

- Sometimes when the server restarts, Varnish inside the docker does not restart and I have to start it manually. Is this normal? I also have Redis installed in docker, but this restarts itself when the server restarts.

- What is the best plugin for Wordpress to purge Varnish (version 7)? I've tried several, but couldn't get them to work. What is the right plugin for version 7?

- In the "Additional nginx directives" I have this code which gives problems when I activate Varnish:
Code:
# WORDPRESS PERMALINKS
 if (!-e $request_filename) {
         rewrite ^(.+)$ /index.php last;
    }

How do i need to modify it to work with Varnish?

Thanks in advance
i will mention a friend of mine. i think he will help you.
 
Back
Top