Answers for "504 gateway time-out nginx/1.17.9"

0

504 gateway time-out nginx/1.18.0 (ubuntu)

service nginx reload
Posted by: Guest on August-22-2021
0

504 gateway time-out nginx/1.18.0 (ubuntu)

location ~ .php$ {
root /var/www/sites/nginxtips.com;
try_files $uri =404;
fastcgi_pass unix:/tmp/php5-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
fastcgi_read_timeout 300;
}
Posted by: Guest on August-22-2021

Code answers related to "504 gateway time-out nginx/1.17.9"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language