Update papermerge.subdomain.conf.sample

This commit is contained in:
kerta1n 2021-06-01 20:22:45 -04:00 committed by GitHub
commit bed31970f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}