Shitehost contents modded to house a DB and admin area

This commit is contained in:
Milan Toman
2024-05-13 18:16:02 +02:00
parent 48c4daf05a
commit e5b08eb1e7

View File

@@ -5,7 +5,7 @@ server {
root /var/www;
location / {
gzip_static on;
root /var/www/borec;
root /var/www/shitehost;
index index.php index.html index.htm;
# try_files $uri $uri/ /index.php$is_args$args;
location /admin {