test
This commit is contained in:
@@ -30,9 +30,8 @@ http {
|
|||||||
index index.html;
|
index index.html;
|
||||||
}
|
}
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
try_files $uri =404;
|
include snippets/fastcgi-php.conf;
|
||||||
fastcgi_index index.php;
|
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
|
||||||
include fastcgi_params;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
error_page 500 502 503 504 /50x.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user