hugo-chat!

This commit is contained in:
nora 2022-09-10 21:33:23 +02:00
parent c97168fe00
commit c96cec0114
2 changed files with 11 additions and 0 deletions

View file

@ -57,5 +57,15 @@ http {
}
}
server {
listen 443 ssl;
server_name "hugo-chat.nilstrieb.dev";
location / {
proxy_pass http://hugo-chat-frontend:80/;
}
}
server_tokens off;
}