Correct service file
This commit is contained in:
parent
fc96ae526f
commit
1f0d7adae3
@ -21,7 +21,6 @@ server {
|
||||
return 301 https://reminder-bot.com$request_uri;
|
||||
}
|
||||
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name reminder-bot.com;
|
||||
|
@ -8,7 +8,7 @@ ExecStart=/usr/bin/reminder-rs
|
||||
WorkingDirectory=/etc/reminder-rs
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
Environment="reminder_rs=warn,postman=warn"
|
||||
Environment="RUST_LOG=warn,rocket=info,reminder_rs=debug,postman=debug"
|
||||
WatchdogSec=120
|
||||
|
||||
[Install]
|
||||
|
@ -4,6 +4,7 @@
|
||||
<html lang="EN">
|
||||
<head>
|
||||
<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 charset="UTF-8">
|
||||
<meta name="yandex-verification" content="bb77b8681eb64a90" />
|
||||
|
Loading…
Reference in New Issue
Block a user