mat2-web/config/apache2.config
2019-02-23 13:27:33 +01:00

7 lines
149 B
Plaintext

Listen 80
<VirtualHost *:80>
DocumentRoot "/var/www/mat2-web/"
ProxyPass / unix:/var/www/mat2-web/mat2-web.sock|uwsgi://localhost/
</VirtualHost>