UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
dev-wallet
/
nginx
/
default.conf
16 lines
(13 loc)
•
327 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
server {
listen
80
; server_name localhost; location / { root /usr/share/nginx/html;
index
index.html index.htm; try_files
$uri
/index.html; } error_page
500
502
503
504
/50x.html; location =
/50x.html { root /usr
/share/nginx
/html; } }