📝 — Fix X-Accel-Redirect doc

This commit is contained in:
Luc Didry 2023-05-25 09:22:04 +02:00
parent 7f85684d52
commit 26a0b2927c
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -328,8 +328,6 @@ And then add this new location in your nginx config (before the `/` location):
location /internal/ { location /internal/ {
internal; internal;
gzip_vary on;
gzip_static on;
alias /path/to/umap/var/data/; alias /path/to/umap/var/data/;
} }