Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <IfModule mod_ssl.c>
- <VirtualHost *:443>
- ServerName acceptatie.mijndoelgroep.nl
- ServerAlias www.acceptatie.mijndoelgroep.nl
- ErrorDocument 503 /var/www/html/error/503.html
- LimitRequestFieldSize 16384
- RewriteEngine On
- RewriteCond %{REQUEST_URI} ^/(data-api|users/api|phpmyadmin)
- RewriteRule (.*) http://%{SERVER_NAME}$1 [L,R=302]
- ProxyPass /users/web http://127.0.0.1:18080
- ProxyPassReverse /users/web http://127.0.0.1:18080
- ProxyPass / http://127.0.0.1:15000/
- ProxyPassReverse / http://127.0.0.1:15000/
- ProxyTimeout 1200
- Include /opt/inovacio/ssl/enable_ssl.conf
- SSLCertificateFile /etc/letsencrypt/live/acceptatie.mijndoelgroep.nl/fullchain.pem
- SSLCertificateKeyFile /etc/letsencrypt/live/acceptatie.mijndoelgroep.nl/privkey.pem
- Include /etc/letsencrypt/options-ssl-apache.conf
- </VirtualHost>
- </IfModule>
Add Comment
Please, Sign In to add comment