Todos Nuevo

user:thomas gists creados por el usuario

title:mygist gists con el título indicado

filename:myfile.txt gists que contienen archivos con el nombre indicado

extension:yml gists que contienen archivos con la extensión indicada

language:go gists que contienen archivos con el lenguaje indicado

topic:homelab gists with given topic

Iniciar sesión

Todos Nuevo Iniciar sesión

All gists matching topic 404

Recientemente creado
Menos reciente creado
Recientemente actualizado
Menos reciente actualizado

emanuelegori / http.conf

0 gustos
0 bifurcaciones
1 archivos
Última actividad 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 gustos
0 bifurcaciones
1 archivos
Última actividad 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.
Siguiente Anterior

Desarrollado por Opengist ⋅ Load: 47ms⋅

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