remove env

This commit is contained in:
2024-09-08 20:03:58 +07:00
parent f67b4493e3
commit 5f16b05357

View File

@@ -1,9 +1,9 @@
server { server {
listen 80; listen 80;
location $LINK_PATH { location / {
autoindex on; autoindex on;
alias /opt/litterlink; root /opt/litterlink;
index index.html; index index.html;
} }
} }