Skip to content
Snippets Groups Projects
Commit f71adb96 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

online-werkzeuge-admin: Korrekturen

parent 4ecde848
Branches
No related tags found
No related merge requests found
No preview for this file type
...@@ -479,7 +479,7 @@ ...@@ -479,7 +479,7 @@
Dies geschieht durch Ergänzen der Zeile Dies geschieht durch Ergänzen der Zeile
\begin{lstlisting}[style=terminal] \begin{lstlisting}[style=terminal]
turnURL=kurento:$TURN_PASSWORT@88.99.194.201:3478 turnURL=kurento:¡$TURN_PASSWORT¿@¡$IP¿:3478
\end{lstlisting} \end{lstlisting}
in der Konfigurationsdatei \file{/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini} in der Konfigurationsdatei \file{/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini}
auf dem Rechner, auf dem \term{OpenMeetings\/} läuft (hier: VM mit Ubuntu). auf dem Rechner, auf dem \term{OpenMeetings\/} läuft (hier: VM mit Ubuntu).
...@@ -498,7 +498,7 @@ ...@@ -498,7 +498,7 @@
fingerprint fingerprint
lt-cred-mech lt-cred-mech
user=kurento:¡$TURN_PASSWORT¿ user=kurento:¡$TURN_PASSWORT¿
realm=root-0.cvh-server.de realm=root-0.¡$DOMAIN¿
total-quota=100 total-quota=100
stale-nonce stale-nonce
cert=/etc/ssl/le/fullchain.pem cert=/etc/ssl/le/fullchain.pem
...@@ -602,24 +602,24 @@ ...@@ -602,24 +602,24 @@
die entsprechenden Module aktiviert werden. die entsprechenden Module aktiviert werden.
Die entsprechende Apache-Konfiguration erfolgt in der Konfigurationsdatei\\ Die entsprechende Apache-Konfiguration erfolgt in der Konfigurationsdatei\\
\file{/etc/apache2/sites-enabled/novnc.cvh-server.de.conf}: \file{/etc/apache2/sites-enabled/novnc.\$DOMAIN.conf}:
\begin{lstlisting}[style=terminal] \begin{lstlisting}[style=terminal]
<VirtualHost _default_:80> <VirtualHost _default_:80>
ServerAdmin webmaster@cvh-server.de ServerAdmin webmaster@¡$DOMAIN¿
ServerName novnc.cvh-server.de ServerName novnc.¡$DOMAIN¿
ServerAlias www.novnc.cvh-server.de ServerAlias www.novnc.¡$DOMAIN¿
Redirect / https://novnc.cvh-server.de/ Redirect / https://novnc.¡$DOMAIN¿/
ErrorLog ${APACHE_LOG_DIR}/novnc.cvh-server.de-error.log ErrorLog ${APACHE_LOG_DIR}/novnc.¡$DOMAIN¿-error.log
LogLevel warn LogLevel warn
CustomLog ${APACHE_LOG_DIR}/novnc.cvh-server.de-access.log combined CustomLog ${APACHE_LOG_DIR}/novnc.¡$DOMAIN¿-access.log combined
</VirtualHost> </VirtualHost>
<VirtualHost _default_:443 _default_:8443> <VirtualHost _default_:443 _default_:8443>
ServerAdmin webmaster@cvh-server.de ServerAdmin webmaster@¡$DOMAIN¿
ServerName novnc.cvh-server.de ServerName novnc.¡$DOMAIN¿
ServerAlias www.novnc.cvh-server.de ServerAlias www.novnc.¡$DOMAIN¿
ProxyPass /websockify ws://localhost:6080/websockify ProxyPass /websockify ws://localhost:6080/websockify
ProxyPassReverse /websockify ws://localhost:6080/websockify ProxyPassReverse /websockify ws://localhost:6080/websockify
...@@ -638,9 +638,9 @@ ...@@ -638,9 +638,9 @@
ProxyPass / http://localhost:6080/ ProxyPass / http://localhost:6080/
ProxyPassReverse / http://localhost:6080/ ProxyPassReverse / http://localhost:6080/
ErrorLog ${APACHE_LOG_DIR}/novnc.cvh-server.de-error.log ErrorLog ${APACHE_LOG_DIR}/novnc.¡$DOMAIN¿-error.log
LogLevel warn LogLevel warn
CustomLog ${APACHE_LOG_DIR}/novnc.cvh-server.de-access.log combined CustomLog ${APACHE_LOG_DIR}/novnc.¡$DOMAIN¿-access.log combined
SSLEngine on SSLEngine on
</VirtualHost> </VirtualHost>
\end{lstlisting} \end{lstlisting}
...@@ -1067,9 +1067,9 @@ ...@@ -1067,9 +1067,9 @@
\setlength{\leftskip}{3cm} \setlength{\leftskip}{3cm}
Stand: 13.\ April 2020 Stand: 14.\ April 2020
Copyright \copyright\ 2020\quad Peter Gerwinski\\ Copyright \copyright\ 2020\quad Peter Gerwinski, Benedikt Wildenhain\\
Lizenz: \mylicense Lizenz: \mylicense
Sie können diese Anleitung einschließlich \LaTeX-Quelltext Sie können diese Anleitung einschließlich \LaTeX-Quelltext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment