diff --git a/roles/webserver/files/etc/apache2/sites-available/pcworms.ir b/roles/webserver/files/etc/apache2/sites-available/pcworms.ir new file mode 100644 index 0000000..64a896a --- /dev/null +++ b/roles/webserver/files/etc/apache2/sites-available/pcworms.ir @@ -0,0 +1,9 @@ + + ServerAdmin farooqkz@thunix.net + ServerName pcworms.ir + ServerAlias www.pcworms.ir + ProxyPass / unix:///home/farooqkz/.https.sock|http://127.0.0.1:8081/ + ProxyPassReverse / unix:///home/farooqkz/.https.sock|http://127.0.0.1:8081/ + ErrorLog /home/farooqkz/.www/error.log + CustomLog /home/farooqkz/.www/access.log combined +