Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nginx redirect location to port

location /route/ {
    proxy_pass  http://127.0.0.1:9000/;
}
Comment

nginx redirect to port

server {
listen 80; // port to listen on

server_name <server_name>;

// port to return/redirect to:
return 443 https://$server_name$request_uri;
}
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu errors were encountered while processing libc-bin 
Shell :: how to uninstall unity termanl command 
Shell :: flutter@f1 
Shell :: directory current in bash 
Shell :: terminal remove files starting with 
Shell :: quarkus install cli 
Shell :: nvm remove node version 
Shell :: graphviz windows install 
Shell :: change regolith terminal 
Shell :: export bigquery schema 
Shell :: bash make script 
Shell :: warning unprotected private key file ec2 
Shell :: check user group console linux 
Shell :: react native map install npm 
Shell :: git get develop changes to my branch 
Shell :: wsl2 file 
Shell :: install docker on windows powershell 
Shell :: apache license 
Shell :: install homebrew on linux 
Shell :: install spectacle brew 
Shell :: linux checksum file 
Shell :: install amplify cli on mac 
Shell :: clean journal 
Shell :: ssh scp 
Shell :: readme style 
Shell :: windows terminal open as admin 
Shell :: install chromedriver on linux 
Shell :: dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 
Shell :: change git username and email 
Shell :: how to install etcher on centos 7 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =