Compare commits
2 commits
d68151811e
...
bbcb6f78f2
| Author | SHA1 | Date | |
|---|---|---|---|
| bbcb6f78f2 | |||
| 049b7f3bee |
2 changed files with 2 additions and 3 deletions
|
|
@ -103,3 +103,5 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- type: tmpfs
|
- type: tmpfs
|
||||||
target: /tmp:exec
|
target: /tmp:exec
|
||||||
|
- type: tmpfs
|
||||||
|
target: /opt:exec
|
||||||
|
|
|
||||||
|
|
@ -184,8 +184,5 @@ 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