Skip to content

Commit

Permalink
comment out my ../404 page change for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Thomas committed Nov 2, 2023
1 parent a9427b9 commit 84a8268
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ui/container-files/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ server {
rewrite ^/ui/(.*) /$1 break;
}

#error_page 404 /404.html;
# JT. Uncomment the error_page directive below to use the orcid 404 error page in /404
#error_page 404 ../404;

# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
#error_page 500 502 503 504 /50x.html;
#location = /50x.html {
# root /usr/share/nginx/html;
#}

}

0 comments on commit 84a8268

Please sign in to comment.