File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
1
<VirtualHost *:80>
2
2
ServerName @FQDN@
3
- # ServerName notyeti-195.lifemapper.org
4
3
# Redirect HTTP traffic to HTTPS
5
- # Redirect permanent / https://@FQDN@/
6
- # Redirect permanent / https://notyeti-195.lifemapper.org/
7
- # </VirtualHost>
4
+ Redirect permanent /api/ https://@FQDN@/api/
5
+ </VirtualHost>
8
6
9
- # <VirtualHost *:443>
10
- # ServerName @FQDN@
11
- # ServerName notyeti-195.lifemapper.org
12
- # SSLEngine on
13
- # SSLCertificateFile @CERTFILE@
14
- # SSLCertificateFile /etc/letsencrypt/live/notyeti-195.lifemapper.org/fullchain.pem
15
- # SSLCertificateKeyFile @CERTKEYFILE@
16
- # SSLCertificateKeyFile /etc/letsencrypt/live/notyeti-195.lifemapper.org/privkey.pem
17
- # Include /etc/letsencrypt/options-ssl-apache.conf
18
- # Include @SSL_OPTIONS_FILE@
19
- # SSLCertificateChainFile /etc/letsencrypt/live/notyeti-195.lifemapper.org/chain.pem
20
- # SSLCertificateChainFile @CHAIN_FILE@
7
+ <VirtualHost *:443>
8
+ ServerName @FQDN@
9
+ SSLEngine on
10
+ SSLCertificateFile @CERTFILE@
11
+ SSLCertificateKeyFile @CERTKEYFILE@
12
+ Include @SSL_OPTIONS_FILE@
13
+ SSLCertificateChainFile @CHAIN_FILE@
21
14
22
15
WSGIDaemonProcess syftorium threads=5
23
16
WSGIScriptAlias /api/v1 /var/www/lmsyft/syftorium.wsgi
You can’t perform that action at this time.
0 commit comments