This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
subDesTagesMitExtraKaese
/
Zitap
Segui
1
Vota
1
Forka
0
File
Problemi
13
Pull Requests
0
Wiki
Albero (Tree):
f4272211d4
Rami (Branch)
Tag
layout
master
Zitap
/
nginx.conf
nginx.conf
108 B
Cronologia
Originale
1
2
3
4
5
6
7
server {
listen 8000;
server_name localhost;
location ^/static {
try_files $uri $uri/ =404;
}
}