location / {
    root /data/path;
    index index.html;
}

然后/data/path/index.html里面直接放入纯文本,<pre> 标签包裹内容,这样换行和空格等格式会被保留

<pre>
文本1
文本2
</pre>

不想用<pre></pre>的话

也可以用<br>换行

文本1<br>
文本2
Last modification:May 11, 2023
V50%看看实力