In between re-draft for nextcloud

This commit is contained in:
2025-02-10 22:42:08 +01:00
parent 762c564c61
commit 74683bc1fc
17 changed files with 265 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ upstream mybb {
server {
listen 80;
error_log stderr debug;
error_log /proc/self/fd/2 {% if enable_debug | bool %}debug{% else %}warn{% endif %};
root /var/www/html;
index index.html index.php;