Všechno Nové

user:thomas gists created by user

title:mygist gists with given title

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

Přihlásit se

Všechno Nové Přihlásit se

All gists matching topic html

Nedávno Vytvořeno
Nejméně nedávno Vytvořeno
Nedávno Aktualizováno
Nejméně nedávno Aktualizováno

emanuelegori / http.conf

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 2 hours ago
Default Site - HTTPS catch-all (wildcard)
404 html nginx npm
1 # Default Site - HTTPS catch-all (wildcard)
2 server {
3 listen 443 ssl default_server;
4 listen [::]:443 ssl default_server;
5 server_name _;
6
7 # Modifica npm-XX con l'ID del tuo certificato wildcard (es. npm-46)
8 ssl_certificate /etc/letsencrypt/live/npm-XX/fullchain.pem;
9
10 # Modifica npm-XX con l'ID del tuo certificato wildcard (es. npm-46)

emanuelegori / 404.html

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 2 hours ago
Custom Page 404
404 html nginx npm
1 <!--
2 404 Custom Error Page
3 Author: Emanuele Gori <emanuelegori.uno>
4 Version: 1.0.0
5 Created: 2025-03-22
6 License: GPL-2.0-or-later
7 Description: Custom 404 page for NGINX Proxy Manager.
8 Served for unconfigured or unknown hosts.
9 Hostname and path populated dynamically via JS.
10 No external dependencies.
Novější Starší

Vytvořeno pomocí Opengist ⋅ Load: 56ms⋅

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