nginx-location.conf 86 B

1234
  1. location /excalidraw {
  2. root /usr/local/www/;
  3. index index.html index.htm;
  4. }