Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
clamp
/
c95e8dfe17f9ebf48ece6450c7bab40d7546ee0d
/
.
/
ui-react
/
nginx
/
nginx.conf
blob: 758a646e5b727e68c3a896604abcab7b47e91024 [
file
] [
log
] [
blame
]
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
;
}
}