feat: nginx i18n location add

parent 6615fc52
......@@ -5,4 +5,8 @@ server {
try_files $uri / /index.html;
alias /opt/luna/;
}
location /i18n/ {
root /opt/luna/i18n;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment