fix: invalid syntax

This commit is contained in:
3lswear
2022-02-19 13:54:42 +03:00
parent a50ce4777d
commit 05413833ea

View File

@@ -3,10 +3,6 @@
host = "127.0.0.1"
port = 8080
body_size_limit = 10
[server.error_page]
404 = "/var/www/html/error_404.html"
405 = "/var/www/html/error_405.html"
# error_404 = "error_404.html"
[server.error_page]
400 = "error_400.html"
401 = "error_401.html"