diff --git a/403.html b/403.html
new file mode 100644
index 0000000000..20d685d992
--- /dev/null
+++ b/403.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+ You are not authorized to access FOLIO. A connection to stanford network is required.
+
+
+
+
\ No newline at end of file
diff --git a/docker/nginx.conf b/docker/nginx.conf
index 32f404efba..422b929fa2 100644
--- a/docker/nginx.conf
+++ b/docker/nginx.conf
@@ -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 / {