e3f16e7a42
to make it work with our new docker-based test server. Change-Id: I76345a2d3d768b8a571f2c85e69f6a21e9a96d7e Reviewed-by: Ryan Chu <ryan.chu@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
8 lines
197 B
Bash
Executable File
8 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
# cache control takes precedence over expires
|
|
echo "Cache-Control: max-age=-1"
|
|
echo "Expires: Mon, 30 Oct 2028 14:19:41 GMT"
|
|
echo "Content-type: text/html";
|
|
echo ""
|
|
echo "Hello World!"
|