This should work

This commit is contained in:
shruub 2023-06-06 23:36:59 +02:00
parent d53388e3da
commit fd9259811d
Signed by: shruub
GPG Key ID: B150E03645A3F44A
1 changed files with 2 additions and 2 deletions

View File

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