Compare commits
No commits in common. "bbcb6f78f22c89c35abc909c28f34eb40b194bbe" and "d68151811e876c54c34f536b8c633770ed27bb62" have entirely different histories.
bbcb6f78f2
...
d68151811e
2 changed files with 3 additions and 2 deletions
|
|
@ -103,5 +103,3 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- type: tmpfs
|
- type: tmpfs
|
||||||
target: /tmp:exec
|
target: /tmp:exec
|
||||||
- type: tmpfs
|
|
||||||
target: /opt:exec
|
|
||||||
|
|
|
||||||
|
|
@ -184,5 +184,8 @@ http {
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php$request_uri;
|
try_files $uri $uri/ /index.php$request_uri;
|
||||||
}
|
}
|
||||||
|
location /simliveradio {
|
||||||
|
proxy_pass http://simliveradio.stream.laut.fm/simliveradio;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue