forked from github/plane
Update nginx.conf
This commit is contained in:
parent
b534643fc3
commit
220cdc473c
@ -1,3 +1,7 @@
|
||||
upstream plane {
|
||||
server localhost:80;
|
||||
}
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user