-
Notifications
You must be signed in to change notification settings - Fork 0
/
TexDBook.conf
34 lines (33 loc) · 985 Bytes
/
TexDBook.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<VirtualHost *:80>
ServerName 206.189.226.167
WSGIScriptAlias / /var/www/TexDBook/TexDBook.wsgi
<Directory /var/www/TexDBook/TexDBook/>
Order allow,deny
Allow from all
</Directory>
Alias /dist /var/www/TexDBook/TexDBook/dist
<Directory /var/www/TexDBook/TexDBook/dist/>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
#<VirtualHost *:80>
# ServerName 206.189.226.167
# Redirect / https://206.189.226.167
#</VirtualHost>
#
#<VirtualHost *:443>
# SSLEngine on
# ServerName 206.189.226.167
# WSGIScriptAlias / /var/www/TexDBook/TexDBook.wsgi
# WSGIPassAuthorization On
# <Directory /var/www/TexDBook/TexDBook/>
# Order allow,deny
# Allow from all
# </Directory>
# Alias /dist /var/www/TexDBook/TexDBook/dist
# <Directory /var/www/TexDBook/TexDBook/dist/>
# Order allow,deny
# Allow from all
# </Directory>
#</VirtualHost>