This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
ChristianLempa_Boilerplates
mirror of
https://github.com/ChristianLempa/boilerplates.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
9e1bbe96a8
Branches
Tags
main
release/v0.2.0
v0.2.0-2
v0.2.0-1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
ChristianLempa_...
/
docker-compose
/
nginx
/
config
/
default.conf
default.conf
115 B
History
Raw
1
2
3
4
5
6
7
8
server {
listen 80;
server_name _;
location / {
root /usr/share/nginx/html;
index index.html;
}
}