Small fixes
* fix ACME setup * use correct port number * use correct email sender
This commit is contained in:
parent
f238182302
commit
e630ffdf46
5 changed files with 13 additions and 2 deletions
|
@ -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/;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue