Skip to content

Commit

Permalink
Merge pull request #274 from vtsykun/fix/packages-with-dot
Browse files Browse the repository at this point in the history
[docker] Fix support packages that ends on .php
  • Loading branch information
vtsykun authored Sep 14, 2024
2 parents 56f3551 + 1619c19 commit 1d885f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docker/nginx/nginx-tpl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ http {
fastcgi_read_timeout 600;
fastcgi_pass _PHP_FPM_HOST_;
}

location ~ \.php$ {
return 404;
}
access_log off;
}
}
4 changes: 0 additions & 4 deletions docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ http {
fastcgi_read_timeout 600;
fastcgi_pass 127.0.0.1:9000;
}

location ~ \.php$ {
return 404;
}
access_log off;
}
}

0 comments on commit 1d885f2

Please sign in to comment.