This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
subDesTagesMitExtraKaese
/
Zitap
Suivre
1
Voter
1
Fork
0
Fichiers
Tickets
13
Pull Requests
0
Wiki
Aborescence:
f4272211d4
Branches
Tags
layout
master
Zitap
/
nginx.conf
nginx.conf
108 B
Historique
Raw
1
2
3
4
5
6
7
server {
listen 8000;
server_name localhost;
location ^/static {
try_files $uri $uri/ =404;
}
}