synchronization
This commit is contained in:
8
Docker/Dockerfile/Nginx/web.conf
Normal file
8
Docker/Dockerfile/Nginx/web.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location / {
|
||||
root /app/www;
|
||||
index index.html index.htm;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user