全部 新建

user:thomas 由使用者建立的 Gists

title:mygist Gists 的標題

filename:myfile.txt Gists 的檔案名稱

extension:yml Gists 的副檔名

language:go Gists 的程式語言

topic:homelab gists with given topic

登錄

全部 新建 登錄

All gists matching topic 404

倒序排序 創建
順序排序 創建
倒序排序 更新
順序排序 更新

emanuelegori / http.conf

0 喜歡
0 分支
1 檔案
最後活躍 3 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 喜歡
0 分支
1 檔案
最後活躍 3 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.
上一頁 下一頁

由 Opengist 提供支持 ⋅ Load: 38ms⋅

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