mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Update papermerge.subdomain.conf.sample
This commit is contained in:
parent
b783731fe8
commit
bed31970f6
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
## Version 2021/06/01
|
||||
# make sure that your dns has a cname set for papermerge
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
@ -32,5 +35,6 @@ server {
|
|||
set $upstream_port 8000;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue