[store-web] Fix upstream name
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [store-web] Fix upstream name
- Date: Tue, 13 Oct 2020 12:21:12 +0000 (UTC)
commit 2cc968b6ec43eb78b88536d60ee512d77b384fc5
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Tue Oct 13 14:21:05 2020 +0200
Fix upstream name
nginx.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index d20f48f..9d1c5ef 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -64,7 +64,7 @@ http {
fastcgi_intercept_errors on;
fastcgi_read_timeout 300;
fastcgi_param HTTPS 'on';
- fastcgi_pass php;
+ fastcgi_pass php-fpm;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]