Skip to content

Commit

Permalink
Fix custom error pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edi Septriyanto committed Dec 25, 2019
1 parent 6ecd8ea commit 19232e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/lemper-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_
}
Expand Down Expand Up @@ -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_
}
Expand Down Expand Up @@ -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_
}
Expand Down

0 comments on commit 19232e9

Please sign in to comment.