This should work

main
shruub 2 years ago
parent d53388e3da
commit fd9259811d
Signed by: shruub
GPG Key ID: B150E03645A3F44A

@ -26,8 +26,8 @@ http {
server { server {
listen 80; listen 80;
location / { location / {
proxy_intercept_errors on; root /usr/share/nginx/html; # for whatever reason, this needs to be decleared on my vps.
error_page 400 500 404 /; index index.html index.htm;
} }
} }
include /etc/nginx/conf.d/*.conf; include /etc/nginx/conf.d/*.conf;

Loading…
Cancel
Save