deploy: rename deploy path from /var/www/posterg to /var/www/xamxam

This commit is contained in:
Pontoporeia
2026-04-28 22:21:09 +02:00
parent cd68e6e9d7
commit 18a02a0018
5 changed files with 24 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ server {
server_name posterg.erg.be www.posterg.erg.be;
# Document root points to /public (only web-accessible files)
# Deployed structure: /var/www/posterg/
# Deployed structure: /var/www/xamxam/
# /public - Web root ← THIS DIRECTORY
# /admin - Admin interface
# /assets - CSS, fonts, icons
@@ -28,7 +28,7 @@ server {
# /tests - Test suites (outside webroot)
# /bootstrap.php - Application entry point
# /router.php - Dev server URL rewriter
root /var/www/posterg/public;
root /var/www/xamxam/public;
# Add index.php to the list
index index.php index.html index.htm;