rename file to fix missing page

This commit is contained in:
Nicholas Orlowsky 2022-07-06 02:33:33 -05:00
parent 1e377d2db9
commit 33f328262e
No known key found for this signature in database
GPG key ID: 3845F78A73B14100

View file

@ -24,7 +24,7 @@ server {
listen 80;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
try_files $uri /200.html;
}
}