mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-24 09:09:58 -05:00
7 lines
149 B
Plaintext
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>
|