dittmar.dev now routes to cv
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user