Small fixes

* fix ACME setup
* use correct port number
* use correct email sender
This commit is contained in:
Stefan Bethke 2023-12-03 20:34:31 +01:00
commit e630ffdf46
5 changed files with 13 additions and 2 deletions

View file

@ -37,6 +37,6 @@ server {
proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden";
location / {
proxy_pass http://127.0.0.1:80/;
proxy_pass http://127.0.0.1:8345/;
}
}