2020-11-10 16:03:45 +01:00

10 lines
198 B
Plaintext

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;
}
}