From 7611a68307d4b4890c22a368b3aad2ab9a807b2c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 15 Jul 2024 12:22:24 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index 0f38fc42..08dc4846 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -942,7 +942,8 @@ configure_nginx() { # Setting pretty error pages for nginx, but need to add them inside containers also! mkdir /etc/nginx/snippets/ > /dev/null 2>&1 - + mkdir /srv/http/ > /dev/null 2>&1 + ln -s /etc/openpanel/nginx/error_pages /srv/http/default ln -s /etc/openpanel/nginx/error_pages/snippets/error_pages.conf /etc/nginx/snippets/error_pages.conf ln -s /etc/openpanel/nginx/error_pages/snippets/error_pages_content.conf /etc/nginx/snippets/error_pages_content.conf