| Current Path : /var/lib/letsencrypt/backups/1613391512.806822/ |
| Current File : /var/lib/letsencrypt/backups/1613391512.806822/dev.inatote.com.conf_0 |
<VirtualHost *:80>
ServerName dev.inatote.com
ErrorLog "/var/node/testapp/devinatote-error_log"
CustomLog "/var/node/testapp/devinatote-access_log" common
## Here's our magic
ProxyRequests off
ProxyPreserveHost On
ProxyVia Full
<Proxy *>
Require all granted
</Proxy>
<Location />
ProxyPass http://127.0.0.1:3000/
ProxyPassReverse http://127.0.0.1:3000/
</Location>
# RewriteEngine on
# RewriteCond %{SERVER_NAME} =dev.inatote.com
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>