Switch deployment port to 8019

Update run script and Apache proxy target to use port 8019 and document the default port.
This commit is contained in:
dsyoon
2026-01-30 13:44:51 +09:00
parent 3cc8fb2694
commit d5ae9c3c57
3 changed files with 4 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://127.0.0.1:8018/
ProxyPassReverse / http://127.0.0.1:8018/
ProxyPass / http://127.0.0.1:8019/
ProxyPassReverse / http://127.0.0.1:8019/
ErrorLog ${APACHE_LOG_DIR}/tts_error.log
CustomLog ${APACHE_LOG_DIR}/tts_access.log combined