Files
nocodb/docker-compose/full-install/nginx/conf/nginx.conf
2024-02-09 10:37:51 +05:30

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;
}