diff options
| author | jvoisin | 2019-02-23 13:27:33 +0100 |
|---|---|---|
| committer | jvoisin | 2019-02-23 13:27:33 +0100 |
| commit | 1b0333fdd5175d6a45d1929218e0aac3db884139 (patch) | |
| tree | 2438036e7c3c9159ecd80c06aa1d8fd336509819 /config/apache2.config | |
| parent | 489fc7f2b5ef3d4be0f74e405a4200c6ffc12fc3 (diff) | |
Improve the deployment configuration
Diffstat (limited to 'config/apache2.config')
| -rw-r--r-- | config/apache2.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/apache2.config b/config/apache2.config new file mode 100644 index 0000000..2489609 --- /dev/null +++ b/config/apache2.config | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | Listen 80 | ||
| 2 | <VirtualHost *:80> | ||
| 3 | DocumentRoot "/var/www/mat2-web/" | ||
| 4 | |||
| 5 | ProxyPass / unix:/var/www/mat2-web/mat2-web.sock|uwsgi://localhost/ | ||
| 6 | </VirtualHost> | ||
