Update nginx.conf

This commit is contained in:
Narayana 2023-03-08 15:46:22 +05:30
parent b534643fc3
commit 220cdc473c

View File

@ -1,3 +1,7 @@
upstream plane {
server localhost:80;
}
events {
worker_connections 1024;
}