diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-23 08:27:52 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-23 08:27:52 +0100 |
| commit | 52b013e1651e7e524f1576903f49d39abfe5dd94 (patch) | |
| tree | 83e897bf150bdd7efabe6084d7583405caa77dc7 /http/nginx.conf | |
| parent | 76081fd88fa926a77f0dae3e131b9ff503c392ee (diff) | |
fastcgi SCRIPT_FILENAME looks in /usr/share/nginx/html
Diffstat (limited to 'http/nginx.conf')
| -rw-r--r-- | http/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/nginx.conf b/http/nginx.conf index c788f22..ca4c2f4 100644 --- a/http/nginx.conf +++ b/http/nginx.conf @@ -36,7 +36,7 @@ http { root html; fastcgi_pass unix:/run/php8.5-fpm-joeac.net-http.sock; fastcgi_index index.php; - fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; + fastcgi_param SCRIPT_FILENAME /usr/share/nginx/html$fastcgi_script_name; include fastcgi_params; } |
