mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 17:27:03 +00:00
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
|
server {
|
||
|
listen 80;
|
||
|
server_name _;
|
||
|
location / {
|
||
|
root /usr/share/nginx/html;
|
||
|
index index.html;
|
||
|
}
|
||
|
}
|