http only

This commit is contained in:
2023-11-22 09:00:53 -07:00
parent 59d2ef6e44
commit 820804249f
16 changed files with 248 additions and 66 deletions

View File

@ -0,0 +1,8 @@
server {
listen 8008 default_server;
listen [::]:8008 default_server;
## Trun on /cgi-bin/ support to run CGI apps ##
include /etc/nginx/fcgiwrap.conf;
root /var/www/html;
server_name _;
}