UNPKG
cra-template-appbuckets-react-ui
Version:
latest (1.6.4)
1.6.4
1.6.3
1.6.2
1.6.0
1.5.0
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.0
Starter template for CreateReactApp with Typescript, AppBuckets ReactUI and SCSS
cra-template-appbuckets-react-ui
/
template
/
default.conf
15 lines
(12 loc)
•
271 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
server {
listen
80
; location / { root /usr/share/nginx/html;
index
index.html index.htm; try_files
$uri
$uri
/
/index.html; } error_page 500 502 503 504 /
50x.html; location =
/50x.html { root /usr
/share/nginx
/html; } }