Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nginx stop if proxy_pass is down

server {
    listen 9000;
    server_name example1.example.com;
    location / {
        set $target something.service.lab.mu;
        proxy_pass http://$target;
    }
}
Comment

PREVIOUS NEXT
Code Example
Shell :: react native luxon types 
Shell :: remove all games ubuntu 
Shell :: mkdir create if not exists 
Shell :: install yarn in mac 
Shell :: linux search file by name 
Shell :: install tqdm 
Shell :: push/upload git repo to github 
Shell :: count occurrences of word in unix bash 
Shell :: how to make a list bash 
Shell :: rustup set default toolchain nightly 
Shell :: archive tar 
Shell :: git stash list with date 
Shell :: docker interact with running container 
Shell :: npm install react-final-form 
Shell :: bash get time milliseconds 
Shell :: choco install watchman 
Shell :: grep empty lines in a file 
Shell :: ubuntu find running cron jobs 
Shell :: How to Install Google Chrome on Centos 8 
Shell :: certbot expand certificate 
Shell :: aws sli how to delete table 
Shell :: less command 
Shell :: how to set up git for github 
Shell :: replace all substring in a given string 
Shell :: dos delete 
Shell :: Please commit your changes or stash them before you merge 
Shell :: git revert last commit keep changes 
Shell :: linux temp file 
Shell :: rename a git repositor while cloning 
Shell :: new angular project no tests 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =