This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
subDesTagesMitExtraKaese
/
Zitap
Urmărește
1
Stea
1
Bifurcare
0
Fisiere
Probleme
13
Trageți solicitările
0
Wiki
Arbore:
f4272211d4
Ramuri
Etichete
layout
master
Zitap
/
nginx.conf
nginx.conf
108 B
Istoric
Crud
1
2
3
4
5
6
7
server {
listen 8000;
server_name localhost;
location ^/static {
try_files $uri $uri/ =404;
}
}