Add client/server split and TTS app
Set up FastAPI server, vanilla UI, and deployment scripts for the TTS app, including DB/ffmpeg wiring and Apache config.
This commit is contained in:
12
apache/tts.conf
Normal file
12
apache/tts.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName tts.ncue.net
|
||||
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
|
||||
ProxyPass / http://127.0.0.1:8018/
|
||||
ProxyPassReverse / http://127.0.0.1:8018/
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/tts_error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/tts_access.log combined
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user