dockrfile wasm
This commit is contained in:
12
Presentation/HushianWebApp/nginx.conf
Normal file
12
Presentation/HushianWebApp/nginx.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
worker_processes 1;
|
||||
|
||||
events { worker_connections 1024; }
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user