From 97b95ab619819c51988438541e7bd2e9be19412f Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Tue, 25 Aug 2020 15:13:58 -0400 Subject: [PATCH] Fix typo in nginx config. --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 4d50d1f..01b2673 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,7 @@ server { } location @files { root /opt/ant.sr/files; - error_page 404 = @urlshortener + error_page 404 = @urlshortener; } location @urlshortener { # TODO! -- GitLab