File: 000-default.conf

package info (click to toggle)
datasette 0.65.2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,260 kB
  • sloc: python: 28,661; javascript: 10,089; sh: 71; makefile: 47; ansic: 26
file content (13 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Directory /app/html/>
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>

<VirtualHost *:80>
    ServerName localhost
    DocumentRoot /app/html
    ProxyPreserveHost On
    ProxyPass /prefix/ http://127.0.0.1:8001/
    Header add X-Proxied-By "Apache2 Debian"
</VirtualHost>