mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:15:58 +00:00
8 lines
132 B
Nginx Configuration File
8 lines
132 B
Nginx Configuration File
events {
|
|
worker_connections 1024;
|
|
}
|
|
|
|
http {
|
|
include /etc/nginx/conf.d/*.conf;
|
|
include /etc/nginx/custom-conf.d/*.conf;
|
|
} |