mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Compare commits
1 Commits
d84620bc3f
...
89f2dbb362
Author | SHA1 | Date | |
---|---|---|---|
![]() |
89f2dbb362 |
@ -23,7 +23,7 @@ ExecStart=/bin/sh -c '\
|
|||||||
[ -n "$PAPERLESS_WEBSERVER_WORKERS" ] && export GRANIAN_WORKERS=$PAPERLESS_WEBSERVER_WORKERS; \
|
[ -n "$PAPERLESS_WEBSERVER_WORKERS" ] && export GRANIAN_WORKERS=$PAPERLESS_WEBSERVER_WORKERS; \
|
||||||
# URL path prefix: only set if PAPERLESS_FORCE_SCRIPT_NAME exists \
|
# URL path prefix: only set if PAPERLESS_FORCE_SCRIPT_NAME exists \
|
||||||
[ -n "$PAPERLESS_FORCE_SCRIPT_NAME" ] && export GRANIAN_URL_PATH_PREFIX=$PAPERLESS_FORCE_SCRIPT_NAME; \
|
[ -n "$PAPERLESS_FORCE_SCRIPT_NAME" ] && export GRANIAN_URL_PATH_PREFIX=$PAPERLESS_FORCE_SCRIPT_NAME; \
|
||||||
exec granian --interface asginl --ws "paperless.asgi:application"'
|
exec granian --interface asginl --loop uvloop --ws "paperless.asgi:application"'
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user