mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
Fix custom error pages.
This commit is contained in:
@@ -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_
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user