All Projects → bartosjiri → nginx-errors

bartosjiri / nginx-errors

Licence: other
A set of custom minimalist 4xx and 5xx error pages for Nginx.

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to nginx-errors

react-error-guard
⚛️An overlay for displaying stack frames based on create-react-app/packages/react-error-overlay
Stars: ✭ 18 (-47.06%)
Mutual labels:  error-page
tomloprodModal
tomloprodModal is a configurable pure javascript library to create responsive and minimalist modal windows with no dependencies.
Stars: ✭ 17 (-50%)
Mutual labels:  minimalist
SimpleFox
🦊 A Userstyle theme for Firefox minimalist and Keyboard centered.
Stars: ✭ 1,403 (+4026.47%)
Mutual labels:  minimalist
vue-error-page
[NO LONGER MAINTAINED] Provides a wrapper for router-view that allows you to show error pages without changing the URL.
Stars: ✭ 52 (+52.94%)
Mutual labels:  error-page
lambda-zero
A minimalist pure lazy functional programming language
Stars: ✭ 65 (+91.18%)
Mutual labels:  minimalist
SlimTracin
Software ray tracer written from scratch in C that can run on CPU or GPU with emphasis on ease of use and trivial setup
Stars: ✭ 49 (+44.12%)
Mutual labels:  minimalist
Freeman
A free, extensible, cross-platform file manager for power users
Stars: ✭ 254 (+647.06%)
Mutual labels:  minimalist
book-mdpc
Il cinema tra le righe... di codice!
Stars: ✭ 59 (+73.53%)
Mutual labels:  minimalist
microne
A tiny, minimalistic JS music player
Stars: ✭ 33 (-2.94%)
Mutual labels:  minimalist
blueface
A minimalist Jekyll theme.
Stars: ✭ 26 (-23.53%)
Mutual labels:  minimalist
Mr.Dclutterer
A minimal looking cross-platform desktop application made with Electron that handles quick file aggregation and bulk renaming.
Stars: ✭ 32 (-5.88%)
Mutual labels:  minimalist
Asgar
A two-column, clean and minimalist theme for @TryGhost
Stars: ✭ 22 (-35.29%)
Mutual labels:  minimalist
Boston-Icons
Boston is an exclusive icon theme inspired by functionalist design and a touch of early computer icons. The project is focused on elemental properties, basic shapes, a reduced color palette and visual hierarchy.
Stars: ✭ 106 (+211.76%)
Mutual labels:  minimalist
free404
A series of creative 404 pages designed to pleasantly surprise your users if an error were to ever occur.
Stars: ✭ 58 (+70.59%)
Mutual labels:  error-page
ugly-todo
Just an Ugly To-Do app that I wanted to develop.
Stars: ✭ 35 (+2.94%)
Mutual labels:  minimalist
Firecracker
Secure and fast microVMs for serverless computing.
Stars: ✭ 16,826 (+49388.24%)
Mutual labels:  minimalist
pyvoicechanger
Real Time Microphone Voice Changer Python 3.6+ App. Works with On-Line Games and VideoConferences!
Stars: ✭ 236 (+594.12%)
Mutual labels:  minimalist
portfolio-jekyll-theme
A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages
Stars: ✭ 168 (+394.12%)
Mutual labels:  minimalist
components
Example Components (Built with Tonic)
Stars: ✭ 62 (+82.35%)
Mutual labels:  minimalist
Minimal-Blog
Tailwind CSS Starter Template - Minimal Blog
Stars: ✭ 100 (+194.12%)
Mutual labels:  minimalist

Minimalist Nginx error pages

A set of custom minimalist 4xx and 5xx error pages for Nginx.

Preview

404 error page

Installation

  1. Navigate into Nginx's default document directory:

    cd /usr/share/nginx/html
    
  2. Clone the repository:

    git clone https://github.com/bartosjiri/nginx-errors.git
    
  3. Add the custom error pages to the server's default configuration in /etc/nginx/sites-enabled/default file:

    server {
    ...
    include /usr/share/nginx/html/nginx-errors/nginx-errors.conf
    }
    
  4. Verify the configuration and reload Nginx:

    sudo nginx -t
    sudo service nginx reload
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].