2019-01-29 20:29:46 +01:00

25 lines
228 B
Nginx Configuration File

events {
worker_connections 64;
}
http {
include backends.conf;
disable_symlinks off;
server {
listen 80;
error_log /dev/stderr;
include seafile/*.conf;
include realip.conf;
include extra.conf;
}
}