From 395215d96c336f2c2490102bd7a4d304bbe3f2f0 Mon Sep 17 00:00:00 2001 From: noogen Date: Wed, 1 May 2019 18:30:52 -0500 Subject: [PATCH 1/2] remove old config --- rootfs/sysprepz/nginx-templates/php-fpm.tpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rootfs/sysprepz/nginx-templates/php-fpm.tpl b/rootfs/sysprepz/nginx-templates/php-fpm.tpl index f24e011..4e48199 100644 --- a/rootfs/sysprepz/nginx-templates/php-fpm.tpl +++ b/rootfs/sysprepz/nginx-templates/php-fpm.tpl @@ -29,10 +29,6 @@ server { location ~ \.php$ { try_files $uri /index.php =404; - if ($http_cookie ~ (comment_author_.*|wordpress_logged_in.*|wp-postpass_.*)) { - set $no_cache 1; - } - fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/var/run/vesta-php-fpm-%domain_idn%.sock; fastcgi_index index.php; From 1e743bd0b57b0666ed4cb59f8532eaf1191a4115 Mon Sep 17 00:00:00 2001 From: noogen Date: Wed, 1 May 2019 18:32:03 -0500 Subject: [PATCH 2/2] up version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 602ca6b..d94837c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM niiknow/docker-hostingbase:1.3.0 +FROM niiknow/docker-hostingbase:1.3.1 LABEL maintainer="noogen " ENV DEBIAN_FRONTEND=noninteractive \ VESTA=/usr/local/vesta \