Skip to content

Commit

Permalink
Custom 403 html
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Nov 20, 2023
1 parent dcbd8c9 commit 7c1228c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 403.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>
<body>
<center>
<img src="tenant-assets/SUSig_2color_Stree_StnfrdOnly_Left.png" alt="Stanford University">
<p></p>
<h1 style="font-family: Arial, Helvetica, sans-serif;">
You are not authorized to access FOLIO. A connection to stanford network is required.
</h1>
</center>
</body>
</html>
1 change: 1 addition & 0 deletions docker/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
server {
listen 80;
server_name localhost;
error_page: 403 /usr/share/nginx/html/403.html
charset utf-8;
# Serve index.html for any request not found
location / {
Expand Down

0 comments on commit 7c1228c

Please sign in to comment.