add .env file to support cli

This commit is contained in:
ghost 2023-09-14 00:09:27 +03:00
parent 06597a561d
commit a9f8fade7d
3 changed files with 29 additions and 31 deletions

View file

@ -17,9 +17,6 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php8.1-fpm.sock;
# default, mirror, dev, test, prod
fastcgi_param PHP_ENV default;
}
location ~ /\. {