mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add .env file to support cli
This commit is contained in:
parent
06597a561d
commit
a9f8fade7d
3 changed files with 29 additions and 31 deletions
|
|
@ -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 ~ /\. {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue