diff options
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> | ||
