14 lines
325 B
Text
14 lines
325 B
Text
|
|
beeping.synth.download {
|
||
|
|
reverse_proxy 127.0.0.1:24042
|
||
|
|
|
||
|
|
# favicon stuff
|
||
|
|
handle_path /assets/synth.download/synth.png {
|
||
|
|
root * /var/www/site/assets/synth.download/synth.png
|
||
|
|
file_server
|
||
|
|
import common-settings
|
||
|
|
}
|
||
|
|
|
||
|
|
import common-settings
|
||
|
|
import log iceshrimp
|
||
|
|
import robots-txt
|
||
|
|
}
|