web/packaging/arm.conf

8 lines
97 B
Plaintext

server {
root /var/www/arm-web;
location / {
try_files $uri $uri/ =404;
}
}