mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-23 16:49:59 -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>
|