Finalize(?) the site

This commit is contained in:
askiiart 2023-09-13 21:20:16 -05:00
parent e911b82bd7
commit ab15f201e5
No known key found for this signature in database
GPG key ID: C89CBC4F981EE719
6 changed files with 71 additions and 29 deletions

View file

@ -24,7 +24,7 @@ server {
proxy_pass https://courses.cs.washington.edu/courses/cse163/20wi/files/lectures/L04/bee-movie.txt;
}
location / {
root /usercode/this-site-runs-on-a-textbook;
root /usercode;
index index.html index.htm;
autoindex on;
autoindex_exact_size off;
@ -36,7 +36,7 @@ server {
# redirect server error pages to the static page /50x.html
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usercode/this-site-runs-on-a-textbook;
root /usercode;
}
# Redirect .git to source