Paperless: Fix nginx config.

This commit is contained in:
Dmitry Voronin 2024-12-30 05:46:39 +03:00
parent 0c70ca5208
commit b9240f779d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -4,8 +4,8 @@
listen 443 ssl;
location / {
allow 10.0.0.0/8;
allow fd09:8d46:b26::/48;
allow 10.0.0.0/8;
allow fd09:8d46:b26::/48;
deny all;
proxy_pass http://127.0.0.1:28981$request_uri;
}