mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-09-14 11:56:47 +00:00
added nginx
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user