dittmar.dev now routes to cv

This commit is contained in:
2024-06-10 14:52:18 +02:00
parent dcef8fd7fa
commit fe33f1b1f8
+1 -4
View File
@@ -22,10 +22,7 @@ server {
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://home-app:3000;
root /usr/share/nginx/html/cvpage;
}