fix: various minor bugs

This commit is contained in:
Strix 2023-10-20 02:43:56 +02:00
parent 7d9241c000
commit db4f5eca5f
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
5 changed files with 11 additions and 6 deletions

View file

@ -18,6 +18,8 @@ server {
listen 443 ssl;
server_name localhost;
# SSL will be managed by certbot, no need to insert SSL config.
location / {
proxy_pass http://$host$request_uri;
}