Tutti Nuovi

user:thomas utente che ha creato il gist

title:mygist titolo del gist

description:sync gists with given description

filename:myfile.txt nome di file nel gist

extension:yml estensione del file nel gist

language:go linguaggio del file nel gist

topic:homelab Gist con l'argomento dato

all:systemctl search all fields

Entra

Tutti Nuovi Entra

Tutti i gists

Più recente creazione
Meno recente creazione
Più recente aggiornamento
Meno recente aggiornamento

flocks / nginx with fastcgi/fcgiwrap

0 mi piace
0 forks
1 files
Ultima volta attivo 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 mi piace
0 forks
1 files
Ultima volta attivo 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
Più nuovi Più vecchi

Creato da Opengist ⋅ Load: 47ms⋅

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