Finalize(?) the site
This commit is contained in:
parent
e911b82bd7
commit
ab15f201e5
6 changed files with 71 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue