This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
subDesTagesMitExtraKaese
/
Zitap
Vigiar
1
Colocar Estrela
1
Fork
0
Ficheiros
Problemas
13
Pull Requests
0
Wiki
Árvore:
f4272211d4
Ramos
Etiquetas
layout
master
Zitap
/
nginx.conf
nginx.conf
108 B
Histórico
Em bruto
1
2
3
4
5
6
7
server {
listen 8000;
server_name localhost;
location ^/static {
try_files $uri $uri/ =404;
}
}