All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated

flocks / nginx with fastcgi/fcgiwrap

0 likes
0 forks
1 files
Last active 1 week ago
nginx config to run fastCGI with fcgiwrap
1 location /path {
2 include fastcgi_params;
3 fastcgi_pass unix:/run/fcgiwrap.sock;
4 fastcgi_param SCRIPT_FILENAME /path/to/file.cgi;
5 fastcgi_param DOCUMENT_ROOT /path/to;
6 fastcgi_param RANDOM_VAR random_val;
7 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
8 }

flocks / wild-certif.sh

0 likes
0 forks
1 files
Last active 1 month ago
1 sudo certbot certonly \
2 --manual \
3 --preferred-challenges=dns \
4 --email teissierflorent@gmail.com \
5 --server https://acme-v02.api.letsencrypt.org/directory \
6 --agree-tos \
7 -d '*.unxr.net' \
8 -d unxr.net
Newer Older

Powered by Opengist ⋅ Load: 53ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文