add tempaltes

This commit is contained in:
Roland Schneider
2023-10-10 19:09:49 +00:00
parent 03f79b2d9f
commit 495afbdc3a
5 changed files with 23 additions and 4 deletions

View File

@@ -9,7 +9,8 @@ server {
ssl_certificate_key /etc/nginx/ssl/live/nextcloud.rschneider.hu/privkey.pem;
location / {
proxy_pass http://${nuc}:3680;
proxy_pass http://${nuc}:5050;
proxy_set_header Host $host;
}
}