mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-05 04:08:19 +00:00
Fix duplicate erro_pages location.
This commit is contained in:
@@ -119,9 +119,6 @@ server {
|
||||
access_log /var/log/nginx/localhost.access.log;
|
||||
error_log /var/log/nginx/localhost.error.log;
|
||||
|
||||
# Error page directives.
|
||||
include /etc/nginx/includes/error_pages.conf;
|
||||
|
||||
location /lcp {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user