add docker integration

This commit is contained in:
liangping
2021-08-27 12:40:17 +08:00
parent 5de2c39d41
commit 6d63a46901
3 changed files with 45 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
server {
listen 80;
server_name _;
root /var/www/html;
location / {
try_files $uri $uri/ /index.html;
}
}