nginx is able to restart again but...
Well but now my 404 Page is not working anymore =(
GNU nano 2.2.6 File: /etc/nginx/includes/error-pages.conf
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
error_page 404 = @fallback;
location @fallback {
rewrite ^ /404$1;
proxy_pass https://aebian.org;
}
Well but now my 404 Page is not working anymore =(
GNU nano 2.2.6 File: /etc/nginx/includes/error-pages.conf
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
error_page 404 = @fallback;
location @fallback {
rewrite ^ /404$1;
proxy_pass https://aebian.org;
}