diff options
| -rw-r--r-- | apache-vhost.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/apache-vhost.conf b/apache-vhost.conf index 66bb310..a34914e 100644 --- a/apache-vhost.conf +++ b/apache-vhost.conf @@ -1,26 +1,26 @@ <VirtualHost *:80>
- ServerName lucien-sens-bon.com
- ServerAlias www.lucien-sens-bon.com
+ ServerName www.lsb.huitral.ruka.lan
+ ServerAlias lsb.huitral.ruka.lan
ProxyPreserveHost On
ProxyPass / http://localhost:8000/
ProxyPassReverse / http://localhost:8000/
- ErrorLog ${APACHE_LOG_DIR}/storefront-error.log
- CustomLog ${APACHE_LOG_DIR}/storefront-access.log combined
+ ErrorLog ${APACHE_LOG_DIR}/lsb-storefront-error.log
+ CustomLog ${APACHE_LOG_DIR}/lsb-storefront-access.log combined
</VirtualHost>
<VirtualHost *:80>
- ServerName api.lucien-sens-bon.com
+ ServerName api.lsb.huitral.ruka.lan
ProxyPreserveHost On
ProxyPass / http://localhost:9000/
ProxyPassReverse / http://localhost:9000/
- ErrorLog ${APACHE_LOG_DIR}/api-error.log
- CustomLog ${APACHE_LOG_DIR}/api-access.log combined
+ ErrorLog ${APACHE_LOG_DIR}/lsb-api-error.log
+ CustomLog ${APACHE_LOG_DIR}/lsb-api-access.log combined
</VirtualHost>
# Note : Pour activer SSL (https), utilisez Certbot :
-# sudo certbot --apache -d lucien-sens-bon.com -d api.lucien-sens-bon.com
+# sudo certbot --apache -d www.lsb.huitral.ruka.lan -d api.lsb.huitral.ruka.lan
|
