mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 11:16:40 +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;
|
|
} |