This website works better with JavaScript
Home
Explore
Help
Sign In
subDesTagesMitExtraKaese
/
Zitap
Watch
1
Star
1
Fork
0
Files
Issues
13
Pull Requests
0
Wiki
Tree:
3e3a41aebb
Branches
Tags
layout
master
Zitap
/
nginx.conf
nginx.conf
108 B
History
Raw
1
2
3
4
5
6
7
server {
listen 8000;
server_name localhost;
location ^/static {
try_files $uri $uri/ =404;
}
}