From c45cfb63f695d8c282f4bfb73bd73cf7dae1e8eb Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Mon, 18 May 2020 10:21:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91Remove=20base=20path=20variable=20(?= =?UTF-8?q?#84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grocy/rootfs/etc/php7/php-fpm.d/ingress.conf | 1 - grocy/rootfs/etc/php7/php-fpm.d/www.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/grocy/rootfs/etc/php7/php-fpm.d/ingress.conf b/grocy/rootfs/etc/php7/php-fpm.d/ingress.conf index ce1aecf..0a2c355 100644 --- a/grocy/rootfs/etc/php7/php-fpm.d/ingress.conf +++ b/grocy/rootfs/etc/php7/php-fpm.d/ingress.conf @@ -9,5 +9,4 @@ pm.min_spare_servers = 2 pm.max_spare_servers = 5 pm.max_requests = 1024 clear_env = no -env[GROCY_BASE_PATH] = '/' env[GROCY_BASE_URL] = '%%ingress_entry%%' diff --git a/grocy/rootfs/etc/php7/php-fpm.d/www.conf b/grocy/rootfs/etc/php7/php-fpm.d/www.conf index a587fe9..b17758f 100644 --- a/grocy/rootfs/etc/php7/php-fpm.d/www.conf +++ b/grocy/rootfs/etc/php7/php-fpm.d/www.conf @@ -9,4 +9,3 @@ pm.min_spare_servers = 2 pm.max_spare_servers = 5 pm.max_requests = 1024 clear_env = no -env[GROCY_BASE_PATH] = '/'