summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-23 08:14:40 +0100
committerJoe Carstairs <me@joeac.net>2026-06-23 08:14:40 +0100
commit4a9649f09675da2f590ee747bb2166c86b264a68 (patch)
treec0db878fe5d0f5e37fb4ab90dee899c6c3e62026 /http
parent061b6986a35a9b5884ff90d5515082f4328d0163 (diff)
adds ; in fastcgi_pass directive in http/nginx.conf
Diffstat (limited to 'http')
-rw-r--r--http/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/nginx.conf b/http/nginx.conf
index 05b6b12..4836efd 100644
--- a/http/nginx.conf
+++ b/http/nginx.conf
@@ -34,7 +34,7 @@ http {
location ~ \.php$ {
root html;
- fastcgi_pass unix:/run/php8.5-fpm-joeac.net-http.sock
+ fastcgi_pass unix:/run/php8.5-fpm-joeac.net-http.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
include fastcgi_params;