Move docker components
This commit is contained in:
17
docker/nginx.conf
Normal file
17
docker/nginx.conf
Normal file
@ -0,0 +1,17 @@
|
||||
events {}
|
||||
http {
|
||||
include mime.types;
|
||||
|
||||
server {
|
||||
listen 8280;
|
||||
access_log off;
|
||||
error_log off;
|
||||
|
||||
|
||||
location / {
|
||||
root /app;
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user