Keywords: WordPress + NGINX + SSL - Google Cloud Platform - Technical issue - Other
bnsupport ID: e5007998-5014-d249-5e83-2fd222ed9604
Description:
Hi All,
I'm running NGINX+SSL WordPress VM on Google Cloud. I tried to install SSL and I belive during that process some how things went wrong. Initially, I got I below error in nginx.log file:
2019/11/09 02:33:21 [error] 1536#0: *30 FastCGI sent in stderr: "PHP message: PHP Warning: require_once(/opt/bitnami/apps/wordpress/htdocs/wp-config.php): failed to open stream: Permission denied in /opt/bitnami/apps/wordpress/htdocs/wp-load.php on line 37PHP message: PHP Fatal error: require_once(): Failed opening required '/opt/bitnami/apps/wordpress/htdocs/wp-config.php' (include_path='.:/opt/bitnami/php/lib/php') in /opt/bitnami/apps/wordpress/htdocs/wp-load.php on line 37" while reading response header from upstream, client: 108.162.250.40, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/opt/bitnami/php/var/run/www.sock:", host: "www.tripekak.com"
Then I followed guide in below link to fix it :
https://community.bitnami.com/t/site-cannot-be-accessed-via-http-can-be-accessed-via-ssh/55128
Although I don't get the previous error anymore, I do get following error now in nginx error.log file
2019/11/09 03:38:33 [error] 5041#0: *1 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 101.116.47.51, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://unix:/opt/bitnami/php/var/run/www.sock", host: "34.94.107.148", referrer: "https://34.94.107.148/"
Can you please help me to fix this issue. I'm new to WordPress technical and appreciate your support.