fix: various minor bugs
This commit is contained in:
parent
7d9241c000
commit
db4f5eca5f
5 changed files with 11 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue