• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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