mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-28 12:02:48 +02:00
Fix hostname
This commit is contained in:
@ -49,9 +49,11 @@ server {
|
||||
access_log /var/log/nginx/ghostream.log;
|
||||
error_log /var/log/nginx/ghostream_error.log;
|
||||
|
||||
# Serve static HTML page with URL rewriting
|
||||
root /var/www/stream;
|
||||
try_files $uri $uri/ /index.html;
|
||||
# Pass HTTP to Flask web server
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
# Pass WebSocket to OvenMediaEngine for WebRTC signalling
|
||||
location /app/ {
|
||||
|
Reference in New Issue
Block a user