docker improvements
This commit is contained in:
@ -4,14 +4,14 @@ http {
|
||||
|
||||
server {
|
||||
listen 8280;
|
||||
access_log off;
|
||||
error_log off;
|
||||
access_log /dev/null;
|
||||
error_log /dev/null;
|
||||
|
||||
|
||||
location / {
|
||||
root /app;
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
location / {
|
||||
root /app;
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user