Guest User

Untitled

a guest
Sep 10th, 2020
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <IfModule mod_ssl.c>
  2. <VirtualHost *:443>
  3. ServerName migratie.mijndoelgroep.nl
  4. ServerAlias www.migratie.mijndoelgroep.nl
  5. LimitRequestFieldSize 200000
  6.  
  7. RewriteEngine On
  8. RewriteCond %{REQUEST_URI} ^/(data-api|users/api|phpmyadmin)
  9. RewriteRule (.*) http://%{SERVER_NAME}$1 [L,R=302]
  10.  
  11. ProxyPass / http://dr3.shop.web:15000/
  12. ProxyPassReverse / http://dr3.shop.web:15000/
  13. ProxyPass /users/api http://dr3data.usermanagement.api:18888
  14. ProxyPassReverse /users/api http://dr3data.usermanagement.api:18888
  15. #ProxyPass /data-api http://dr3dataapi:5050
  16. #ProxyPassReverse /data-api http://dr3dataapi:5050
  17.  
  18. ProxyTimeout 1200
  19.  
  20. Include /opt/inovacio/ssl/enable_ssl.conf
  21. SSLCertificateFile /opt/inovacio/ssl/live/migratie.mijndoelgroep.nl/fullchain.pem
  22. SSLCertificateKeyFile /opt/inovacio/ssl/live/migratie.mijndoelgroep.nl/privkey.pem
  23. </VirtualHost>
  24. </IfModule>
Add Comment
Please, Sign In to add comment