mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Add example of nginx config variables
This commit is contained in:
parent
fe73f6c3fc
commit
19bf5b48d9
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ EMAIL_CONFIRMATION_DISABLED=true
|
|||
# see https://github.com/overleaf/overleaf/issues/695
|
||||
TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
|
||||
|
||||
## Nginx
|
||||
# NGINX_WORKER_PROCESSES=4
|
||||
# NGINX_WORKER_CONNECTIONS=768
|
||||
|
||||
## Set for SSL via nginx-proxy
|
||||
#VIRTUAL_HOST=103.112.212.22
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue