dopeboy
Basic Pleskian
Hello,
i've moved most of my sites to Obsidian but now i haven't used any panel i've hosted myself on dedicated server by myself installing nginx/php and other stuff everything from cli/terminal so i've had some custom setup and i will really like to be able to move one of my projects on plesk which requires nginx plus, pagespeed and some other modules to be installed and has some custom settings on nginx vhost
1 . If possible how can i upgrade my Obsidian to use nginx plus?
2 . If possible how can i add some custom configs/settings on nginx ex after i create/host my domain on plesk i would like to add somethings like ex
Thanks
i've moved most of my sites to Obsidian but now i haven't used any panel i've hosted myself on dedicated server by myself installing nginx/php and other stuff everything from cli/terminal so i've had some custom setup and i will really like to be able to move one of my projects on plesk which requires nginx plus, pagespeed and some other modules to be installed and has some custom settings on nginx vhost
1 . If possible how can i upgrade my Obsidian to use nginx plus?
2 . If possible how can i add some custom configs/settings on nginx ex after i create/host my domain on plesk i would like to add somethings like ex
Code:
location /uploads/drive {
add_header 'Access-Control-Allow-Origin' 'mywebsite';
add_header 'Access-Control-Allow-Credentials' 'true';
...
}
Thanks