mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 23:48:19 +00:00
Disable custom error pages
This commit is contained in:
@@ -110,7 +110,7 @@ server {
|
||||
fastcgi_pass unix:/run/php/php5.6-fpm.sock;
|
||||
}
|
||||
|
||||
include /etc/nginx/includes/error_pages.conf;
|
||||
#include /etc/nginx/includes/error_pages.conf;
|
||||
|
||||
#include /etc/nginx/includes/fcgiwrap.conf;
|
||||
}
|
||||
@@ -237,7 +237,7 @@ server {
|
||||
fastcgi_pass unix:/run/php/php5.6-fpm.sock;
|
||||
}
|
||||
|
||||
include /etc/nginx/includes/error_pages.conf;
|
||||
#include /etc/nginx/includes/error_pages.conf;
|
||||
|
||||
#include /etc/nginx/includes/fcgiwrap.conf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user