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] = '/'