From f0a86e546b27ed84c5713b4cafb5f81422327cfe Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 7 Feb 2022 12:26:42 +0100 Subject: [PATCH] cleanup --- conf/default.conf | 3 +-- conf/nginx.conf | 22 +--------------------- html/error.html | 18 ------------------ 3 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 html/error.html diff --git a/conf/default.conf b/conf/default.conf index ba69f40..22a4b3e 100644 --- a/conf/default.conf +++ b/conf/default.conf @@ -7,5 +7,4 @@ server { index index.html; try_files $uri $uri/ /index.html?$args; } - -} \ No newline at end of file +} diff --git a/conf/nginx.conf b/conf/nginx.conf index fec48ac..9d4e27a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -24,24 +24,4 @@ http { server_tokens off; include sites/*.conf; - - # server { - # listen 80; - # server_name _; - - # location / { - # root /srv; - # try_files $uri /index.html =404; - - # # add_header Cache-Control "public, max-age=86400, stale-while-revalidate=604800, stale-if-error=604800"; - # } - - # error_page 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 420 422 423 424 426 428 429 431 444 449 450 451 /error.html; - # error_page 500 501 502 503 504 505 506 507 508 509 510 511 /error.html; - # location = /error.html { - # internal; - # root /usr/local/nginx/html; - # } - - # } -} \ No newline at end of file +} diff --git a/html/error.html b/html/error.html deleted file mode 100644 index 2ab69c7..0000000 --- a/html/error.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - -

error

- - \ No newline at end of file