Skip to content

Commit 7c9dbb9

Browse files
authored
Update README colors
1 parent ff72514 commit 7c9dbb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Since my domain is `https://euphonia.zirk.eu/` I also added a `data/` folder the
1717

1818
You will then need to link your data folder in your web config, we will do that again in the frontend explanations so don't worry too much about that right now, just remember what folder you created right before \
1919
(Example with Nginx)
20-
```
20+
```nginx
2121
location /data/ {
2222
alias /home/backend/euphonia/data/euphonia.zirk.eu/;
2323
}
@@ -32,7 +32,7 @@ Configure your webserver to have your website ready and the backend on /api/ \
3232
In these examples, my domain is `https://euphonia.zirk.eu/` my web files are installed in `/home/web/euphonia/` and my backend at `/home/backend/euphonia/`
3333

3434
#### Nginx
35-
```
35+
```nginx
3636
server {
3737
root /home/web/euphonia;
3838
@@ -72,7 +72,7 @@ If you want to restart your backend automatically you can use a tool like system
7272
As before my backend files are at `/home/backend/euphonia/`
7373

7474
Throw your backend somewhere and create a systemctl file to keep it running:
75-
```
75+
```ini
7676
[Unit]
7777
Description=Euphonia backend
7878
After=network-online.target

0 commit comments

Comments
 (0)