change name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# OMbrella
|
||||
# Drizzli
|
||||
|
||||
An open-source, high-performance weather forecast website built with SvelteKit and powered by the [Open-Meteo APIs](https://open-meteo.com/).
|
||||
|
||||
@@ -66,8 +66,8 @@ here.)
|
||||
### Example: Caddy
|
||||
|
||||
```caddy
|
||||
ombrella.example.com {
|
||||
root * /srv/ombrella
|
||||
drizzli.example.com {
|
||||
root * /srv/drizzli
|
||||
file_server
|
||||
try_files {path} {path}/ /404.html
|
||||
header {
|
||||
@@ -81,8 +81,8 @@ ombrella.example.com {
|
||||
|
||||
```nginx
|
||||
server {
|
||||
server_name ombrella.example.com;
|
||||
root /srv/ombrella;
|
||||
server_name drizzli.example.com;
|
||||
root /srv/drizzli;
|
||||
error_page 404 /404.html;
|
||||
add_header Cross-Origin-Opener-Policy "same-origin" always;
|
||||
add_header Cross-Origin-Embedder-Policy "require-corp" always;
|
||||
|
||||
Reference in New Issue
Block a user