Alle Neu

user:thomas Gists erstellt von Nutzer

title:mygist Gists mit Titel

description:sync gists with given description

filename:myfile.txt Gists mit Dateinamen

extension:yml Gists mit Dateiendung

language:go Gists in Sprache

topic:homelab gists zum gegebenen Thema

all:systemctl search all fields

Anmelden

Alle Neu Anmelden

Alle Gists

Neueste erstellt
Älteste erstellt
Neueste bearbeitet
Älteste bearbeitet

flocks / nginx with fastcgi/fcgiwrap

0 Favoriten
0 Forks
1 Dateien
Zuletzt aktiv 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 Favoriten
0 Forks
1 Dateien
Zuletzt aktiv 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
Neuer Älter

Powered by Opengist ⋅ Load: 58ms⋅

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