mirror of
https://github.com/xzeldon/zeldon-site.git
synced 2025-07-14 19:04:35 +03:00
add docker
This commit is contained in:
10
nginx/nginx.conf
Normal file
10
nginx/nginx.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
# path to files for serve
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user