Paperless: Fix nginx config.
This commit is contained in:
parent
0c70ca5208
commit
b9240f779d
|
@ -4,8 +4,8 @@
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
allow 10.0.0.0/8;
|
allow 10.0.0.0/8;
|
||||||
allow fd09:8d46:b26::/48;
|
allow fd09:8d46:b26::/48;
|
||||||
deny all;
|
deny all;
|
||||||
proxy_pass http://127.0.0.1:28981$request_uri;
|
proxy_pass http://127.0.0.1:28981$request_uri;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue