Sign in
apache
/
airavata
/
develop
/
.
/
.devcontainer
/
proxy
/
nginx.conf
blob: b9536d0aaa6a0ff3c3f2322f5db4b77a42150fe7 [
file
]
worker_processes
auto
;
error_log
/
var
/
log
/
nginx
/
error
.
log warn
;
pid
/
var
/
run
/
nginx
.
pid
;
events
{
worker_connections
1024
;
}
http
{
include
/
etc
/
nginx
/
conf
.
d
/
http
.
conf
;
}
stream
{
include
/
etc
/
nginx
/
conf
.
d
/
stream
.
conf
;
}