Hello, Just wondering where I would put custom nginx configurations so it wont get overwritten upon upgrade? Wanting to put the following: # Block PHP files in uploads directory. location ~* /(?:uploads|files)/.*\.php$ { deny all; } # Block PHP...