{"id":16150824,"url":"https://github.com/denysvitali/nginx-error-pages","last_synced_at":"2025-04-05T21:08:56.040Z","repository":{"id":41176140,"uuid":"115334208","full_name":"denysvitali/nginx-error-pages","owner":"denysvitali","description":"Cute Error Pages for your nginx web server","archived":false,"fork":false,"pushed_at":"2021-04-27T16:50:35.000Z","size":1839,"stargazers_count":410,"open_issues_count":3,"forks_count":96,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-29T20:07:39.808Z","etag":null,"topics":["418","error","errors","http","https","nginx","page","status","teapot"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denysvitali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-25T11:52:54.000Z","updated_at":"2025-03-26T19:37:04.000Z","dependencies_parsed_at":"2022-08-25T16:01:14.518Z","dependency_job_id":null,"html_url":"https://github.com/denysvitali/nginx-error-pages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fnginx-error-pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fnginx-error-pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fnginx-error-pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fnginx-error-pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denysvitali","download_url":"https://codeload.github.com/denysvitali/nginx-error-pages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399878,"owners_count":20932880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["418","error","errors","http","https","nginx","page","status","teapot"],"created_at":"2024-10-10T00:52:38.613Z","updated_at":"2025-04-05T21:08:56.013Z","avatar_url":"https://github.com/denysvitali.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx-error-pages\nMake your nginx error pages look great\n\n## Installation\n```bash\nmkdir -p /srv/http/default\ngit clone https://github.com/denysvitali/nginx-error-pages /srv/http/default\nmkdir /etc/nginx/snippets/\nln -s /srv/http/default/snippets/error_pages.conf /etc/nginx/snippets/error_pages.conf\nln -s /srv/http/default/snippets/error_pages_content.conf /etc/nginx/snippets/error_pages_content.conf\n```\nThen add to each of your vhosts the following:\n```\ninclude snippets/error_pages.conf;\n```\n\nExample:\n```nginx\n$ cat /etc/nginx/conf.d/plex.conf \n\nserver {\n        listen       80;\n        listen       [::]:80;\n        listen       443 ssl http2;\n        listen       [::]:443 ssl http2;\n        server_name  plex.sv1 plex.sv1.lnet;\n        include snippets/ssl.conf;\n        include snippets/error_pages.conf; # \u003c== This\n        root         /usr/share/nginx/html;\n\n        location / {\n                include snippets/reverse-proxy.conf;\n                proxy_pass https://127.0.0.1:32400;\n        }\n}\n```\n\n\n## Screenshots\n### 502 Error Page\n![502 error page](screenshots/screenshot-1.png)\n\n### 404 Error Page\n![404 Error Page](screenshots/screenshot-2.png)\n\n### 418 - I'm a Teapot\n![418 Error Page](screenshots/screenshot-3.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenysvitali%2Fnginx-error-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenysvitali%2Fnginx-error-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenysvitali%2Fnginx-error-pages/lists"}