Horje
nginx redirect to port Code Example
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;
}




Shell

Related
curl ifconfig.me Code Example curl ifconfig.me Code Example
get ip address linux Code Example get ip address linux Code Example
how to remove user from the group Code Example how to remove user from the group Code Example
unix get epoch in miliseconds shell Code Example unix get epoch in miliseconds shell Code Example
my ip Code Example my ip Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10