This website requires JavaScript.
Explore
Help
Sign In
extern
/
christianlempa-boilerplates
Watch
1
Star
0
Fork
0
You've already forked christianlempa-boilerplates
mirror of
https://github.com/ChristianLempa/boilerplates.git
synced
2024-11-22 16:23:25 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
72a1f22592
christianlempa-boilerplates
/
docker-compose
/
nginx
/
config
/
default.conf
9 lines
115 B
Plaintext
Raw
Normal View
History
Unescape
Escape
change config to be simplified
2024-04-24 17:46:23 +02:00
server {
listen 80;
server_name _;
fixes
2024-04-26 15:33:47 +02:00
location / {
root /usr/share/nginx/html;
index index.html;
}
change config to be simplified
2024-04-24 17:46:23 +02:00
}
Reference in New Issue
Copy Permalink