🐳 Alpha of Dashy-lite Docker container
This commit is contained in:
15
docker/nginx.conf
Normal file
15
docker/nginx.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
worker_processes 4;
|
||||
|
||||
events { worker_connections 1024; }
|
||||
|
||||
http {
|
||||
server {
|
||||
listen 80;
|
||||
root /usr/share/nginx/html;
|
||||
include /etc/nginx/mime.types;
|
||||
|
||||
location /appui {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user