Merge pull request #1948 from MrGeneration/patch-1
Addition to zammad_ssl.conf
This commit is contained in:
commit
cdf0dd9d11
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@
|
||||||
ProxyPass /robots.txt !
|
ProxyPass /robots.txt !
|
||||||
ProxyPass /ws ws://localhost:6042/
|
ProxyPass /ws ws://localhost:6042/
|
||||||
ProxyPass / http://localhost:3000/
|
ProxyPass / http://localhost:3000/
|
||||||
|
|
||||||
|
# Use settings below if proxying does not work and you receive HTTP-Errror 404
|
||||||
|
# if you use the settings below, make sure to comment out the above two options
|
||||||
|
# This may not apply to all systems, applies to openSuse
|
||||||
|
#ProxyPass /ws ws://localhost:6042/ "retry=1 acque=3000 timeout=600 keepalive=On"
|
||||||
|
#ProxyPass / http://localhost:3000/ "retry=1 acque=3000 timeout=600 keepalive=On"
|
||||||
|
|
||||||
DocumentRoot "/opt/zammad/public"
|
DocumentRoot "/opt/zammad/public"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue