Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #82 from niiknow/master
Browse files Browse the repository at this point in the history
Minor fixes.
  • Loading branch information
noogen authored May 2, 2019
2 parents 0e57232 + 1e743bd commit f691da1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM niiknow/docker-hostingbase:1.3.0
FROM niiknow/docker-hostingbase:1.3.1
LABEL maintainer="noogen <[email protected]>"
ENV DEBIAN_FRONTEND=noninteractive \
VESTA=/usr/local/vesta \
Expand Down
4 changes: 0 additions & 4 deletions rootfs/sysprepz/nginx-templates/php-fpm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f691da1

Please sign in to comment.