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):
8d60fdb769
Rami (Branch)
Tag
layout
master
Zitap
/
nginx.conf
nginx.conf
106 B
Cronologia
Originale
1
2
3
4
5
6
7
server {
listen 80;
server_name localhost;
location ^/static {
try_files $uri $uri/ =404;
}
}