Correct service file

This commit is contained in:
jude 2024-06-12 17:21:42 +01:00
parent fc96ae526f
commit 1f0d7adae3
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,6 @@ server {
return 301 https://reminder-bot.com$request_uri; return 301 https://reminder-bot.com$request_uri;
} }
server { server {
listen 443 ssl; listen 443 ssl;
server_name reminder-bot.com; server_name reminder-bot.com;

View File

@ -8,7 +8,7 @@ ExecStart=/usr/bin/reminder-rs
WorkingDirectory=/etc/reminder-rs WorkingDirectory=/etc/reminder-rs
Restart=always Restart=always
RestartSec=10 RestartSec=10
Environment="reminder_rs=warn,postman=warn" Environment="RUST_LOG=warn,rocket=info,reminder_rs=debug,postman=debug"
WatchdogSec=120 WatchdogSec=120
[Install] [Install]

View File

@ -4,6 +4,7 @@
<html lang="EN"> <html lang="EN">
<head> <head>
<meta name="description" content="The most powerful Discord Reminders Bot"> <meta name="description" content="The most powerful Discord Reminders Bot">
<meta name="keywords" content="discord,discord bot,reminders,reminders bot,discord reminders,discord automation,discord messages">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="yandex-verification" content="bb77b8681eb64a90" /> <meta name="yandex-verification" content="bb77b8681eb64a90" />