changing to /opt and adding Readme

This commit is contained in:
x
2025-09-06 12:47:09 +02:00
parent e292217d0e
commit d23def1e59
5 changed files with 41 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ server {
server_name _;
access_log /var/log/nginx/w0bm_access.log;
error_log /var/log/nginx/w0bm_error.log;
root /home/w0bm/w0bm/public;
root /opt/w0bm/public;
index index.php;
client_max_body_size 500M;
gzip on;