ptero-eggs
ptero-eggs copied to clipboard
Feature Request: Specify webroot in a variable
I want to serve data generated by another server, using the mounts system of pterodactyl, but mounts cannot include /home/container in the path
in your file manager open /home/container/nginx/conf.d/default.conf then find where it says
root /home/container/webroot;
then change /home/container/webroot to your mount path and save the file, restart your server
Yes that is the way to do it indeed