mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge pull request #432 from deanpcmad/patch-1
Added missing ; to nginx config
This commit is contained in:
commit
84511f8418
@ -346,7 +346,7 @@ instance listening on localhost port 8000.
|
|||||||
location /static {
|
location /static {
|
||||||
|
|
||||||
autoindex on;
|
autoindex on;
|
||||||
alias <path-to-paperless-static-directory>
|
alias <path-to-paperless-static-directory>;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -357,7 +357,7 @@ instance listening on localhost port 8000.
|
|||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
|
||||||
proxy_pass http://127.0.0.1:8000
|
proxy_pass http://127.0.0.1:8000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user