Fix custom error pages.

This commit is contained in:
Edi Septriyanto
2019-12-26 00:50:10 +07:00
parent 6ecd8ea11a
commit 19232e90de

View File

@@ -379,6 +379,9 @@ server {
## Uncomment to enable error page directives configuration.
include /etc/nginx/includes/error_pages.conf;
## Uncomment to enable support cgi-bin scripts using fcgiwrap (like cgi-bin in Apache).
#include /etc/nginx/includes/fcgiwrap.conf;
}
_EOF_
}
@@ -482,6 +485,9 @@ server {
## Uncomment to enable error page directives configuration.
include /etc/nginx/includes/error_pages.conf;
## Uncomment to enable support cgi-bin scripts using fcgiwrap (like cgi-bin in Apache).
#include /etc/nginx/includes/fcgiwrap.conf;
}
_EOF_
}
@@ -588,6 +594,9 @@ server {
## Uncomment to enable error page directives configuration.
include /etc/nginx/includes/error_pages.conf;
## Uncomment to enable support cgi-bin scripts using fcgiwrap (like cgi-bin in Apache).
#include /etc/nginx/includes/fcgiwrap.conf;
}
_EOF_
}