oxen-observer/static/flags/BE.png
Ian Macdonald 82a3fcae56
For each node, display the country's flag in addition to its name.
Flag images are sourced from here:

  https://flaglog.com/country-codes

Placing the flags in a subdirectory of `./static` for good housekeeping
requires a change to the location matching of the `nginx` configuration;
otherwise they will not be found.

Change:

```
location ~ /(?![^/]*\.(?:css|js|png|html)(?:$|\?)) {
```

to:

```
location ~ /(?!([^/]*|flags/[^/]*)\.(?:css|js|png|html)(?:$|\?)) {
```
2022-06-30 10:01:05 +02:00

105 B
36x24px