server { listen 80; server_name 159.89.5.141; location / { root {{web_dir}}/docs:peachcloud:org/html; index index.html; try_files $uri $uri/ /index.html; } }