mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
deploy: rename deploy path from /var/www/posterg to /var/www/xamxam
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user