Compare commits

..

No commits in common. "bbcb6f78f22c89c35abc909c28f34eb40b194bbe" and "d68151811e876c54c34f536b8c633770ed27bb62" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -103,5 +103,3 @@ services:
volumes:
- type: tmpfs
target: /tmp:exec
- type: tmpfs
target: /opt:exec

View file

@ -184,5 +184,8 @@ http {
location / {
try_files $uri $uri/ /index.php$request_uri;
}
location /simliveradio {
proxy_pass http://simliveradio.stream.laut.fm/simliveradio;
}
}
}