fix missing }
All checks were successful
/ docker (push) Successful in 1m43s

This commit is contained in:
Lee 2023-07-07 23:41:23 +01:00
parent 19f9d57831
commit 5644761cee

@ -64,4 +64,5 @@ http {
# Serve the file directly from disk # Serve the file directly from disk
try_files $uri $uri/ =404; try_files $uri $uri/ =404;
} }
}
} }