From within Git repository:
$ cd /path/to/git/repo
$ git rev-parse HEAD
c8f882b484eeb71068539fd02f04c5c2eada1c02Based on the properties (and ordering) outlined in NPM documentation.
As per Nginx documentation, the key directives of proxy_http_version and proxy_set_header need to be set as per below:
upstream backend {
server 127.0.0.1:8080;
keepalive 8;
}| #!/bin/bash -e | |
| LINE_BREAK="======================================" | |
| REQUEST_HEADERS="Content-Type" | |
| REQUEST_METHOD="GET" | |
| function exitError { | |
| echo "Error: $1" >&2 |