summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorertopogo <erwin.t.pombett@gmail.com>2026-01-18 22:24:52 +0100
committerertopogo <erwin.t.pombett@gmail.com>2026-01-18 22:24:52 +0100
commit532e8b5726595500b06e48b47d6cd4e1bbfe3618 (patch)
tree5bbfd8154362acdd5ec57da42d38a99a942b8f8a
parent09a949092c59856962e4a7d132bc5a5e76fe5e55 (diff)
Update environment configuration and installation documentation for Lucien Sens Bon project. Changed DATABASE_URL, NEXT_PUBLIC_MEDUSA_BACKEND_URL, ADMIN_CORS, and STORE_CORS to reflect new internal DNS structure. Added DNS nomenclature guidelines and Git deployment instructions in INSTALLATION.md.
-rw-r--r--apache-vhost.conf16
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