diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-11-22 12:22:27 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-11-22 12:22:27 +0100 |
commit | d0051393f3f2b6331a3c1a10b31cee620d9e0abd (patch) | |
tree | 36abc1d5f2203e9af88832ea343a74d2a25b1124 /fcgi | |
parent | 6e55e01baab0f929bce7aed438b0a8c74188b62d (diff) |
add fcgi script for nginx
Diffstat (limited to 'fcgi')
-rwxr-xr-x | fcgi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh +echo "HTTP/1.1 200 OK\n" +exec ./trein.py |