mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-20 15:10:35 -04:00
6 lines
149 B
Text
6 lines
149 B
Text
Listen 80
|
|
<VirtualHost *:80>
|
|
DocumentRoot "/var/www/mat2-web/"
|
|
|
|
ProxyPass / unix:/var/www/mat2-web/mat2-web.sock|uwsgi://localhost/
|
|
</VirtualHost>
|