Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

504 gateway time-out nginx/1.18.0 (ubuntu)

service nginx reload
Comment

504 gateway time-out nginx/1.18.0 (ubuntu)

request_terminate_timeout = 300
Comment

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;
}
Comment

504 gateway time-out nginx/1.18.0 (ubuntu)

  proxy_connect_timeout       600;
  proxy_send_timeout          600;
  proxy_read_timeout          600;
  send_timeout                600;
Comment

PREVIOUS NEXT
Code Example
Shell :: how to git push in jenkins pipeline 
Shell :: how to apply changes in a single file from stash 
Shell :: create branch git 
Shell :: doskey permanent 
Shell :: debian buster enable rc.local 
Shell :: how to push to new branch in github 
Shell :: docker pull command 
Shell :: how to zip folder on linux 
Shell :: how to integrate bash with vscode 
Shell :: Failed to connect to repository : Error performing git command: git ls-remote -h 
Shell :: spectacle linux 
Shell :: global yarn install 
Shell :: edit files from terminal linux 
Shell :: shell xargs 
Shell :: sed remove all line breaks 
Shell :: Git create a new repository on the command line 
Shell :: git a clean history 
Shell :: jenkins execute shell script on remote host using ssh 
Shell :: execute bash script with sudo 
Shell :: get public ip 
Shell :: Change git Committer Date 
Shell :: install docker on windows server 2019 
Shell :: powershell filter 
Shell :: sudo gem install cocoapods-deintegrate cocoapods-clean 
Shell :: set default editor bash 
Shell :: git diff 
Shell :: change default location screen mac 
Shell :: Gitlab docker runner registration 
Shell :: skip ci gitlab 
Shell :: flutter firebase apk release google sign in not working 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =