diff --git a/Rocket.toml b/Rocket.toml index 58a040a..b43ee39 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -8,6 +8,7 @@ port = 8000 [release] address = "192.168.2.101" port = 443 +# log_level = "normal" [release.tls] certs = "private/fullchain.pem" key = "private/privkey.pem" diff --git a/static/html/index.html.tera b/static/html/index.html.tera index 796f47a..ff6859c 100644 --- a/static/html/index.html.tera +++ b/static/html/index.html.tera @@ -32,7 +32,7 @@