'Setup-Step1.sh' updaten
This commit is contained in:
@@ -326,10 +326,10 @@ server {
|
|||||||
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php$is_args$args;
|
try_files \$uri \$uri/ /index.php\$is_args\$args;
|
||||||
|
|
||||||
}
|
}
|
||||||
location ~ \.php$ {
|
location ~ \.php\$ {
|
||||||
include snippets/fastcgi-php.conf;
|
include snippets/fastcgi-php.conf;
|
||||||
|
|
||||||
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
|
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
|
||||||
|
|||||||
Reference in New Issue
Block a user