diff --git a/nginx.conf b/nginx.conf
index 4d50d1f42055d623435fcd77198ef6db6002a712..01b2673da1e42663f1312d7d59cd30c06773232b 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!