Version of nginx identical to that of nginx-full, but without any third-party modules, and only modules in the original nginx code base.
3 lines
100 B
Bash
3 lines
100 B
Bash
#!/bin/bash
|
|
|
|
curl --silent --fail -o /dev/null -w "response_code: %{http_code}\n" http://127.0.0.1/
|