Projekt

Obecné

Profil

Stáhnout (164 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 5b73f460 Schwobik
server{
2
    listen 3000;
3 8884d114 mschwob
4 220bfa94 mschwob
    location / {
5 5b73f460 Schwobik
        root /usr/share/nginx/html;
6
        index index.html index.htm;
7 220bfa94 mschwob
        try_files $uri $uri/ /index.html;
8 0d941c5e Jakub Smid
    }
9 8884d114 mschwob
}