mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-08-25 22:01:14 +00:00
added nginx
This commit is contained in:
8
nginx/config/default.conf
Normal file
8
nginx/config/default.conf
Normal file
@@ -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