i have found Resolved - Additional nginx directives outside server scope.
it describes taht what i want to do is not possible via the ui.
ok - so i will try the way mentioned there...
thats basically using one of the *automatically included config directories*...
Hello community,
iam trying to add CORS related configuration to one subdomain configuration:
i found these two tutorials:
https://support.plesk.com/hc/en-us/articles/12377861295895-How-to-add-custom-Apache-nginx-configuration-for-a-domain-in-Plesk...
ok some more wild guess testing later i found that in one of my subdmoains i have the python app root set as /.
so i created a passenger_wsgi.py file in the root folder of my webspace.
and at least now it can find it -
i only missing some log-output now (as my app does not load yet...)
simple question:
how to change the python configurations ?
i tried to change the App root - but it seems the changes are not store.
is it possible to change it?
i try to get plesk to find my `passenger_wsgi.py` - but currently do not succeed...
i also found that the Mode is stuck at...
i have written a small bash script that lives in the repro - and in the actions i just call it -
this way i get a live update if i reload the *log-file-page* in another browser tab...
(works only with *.txt files.....)
# call from git additional deployment actions
# deployit.sh &>>...
i found that with *modern* node versions (>16) yarn should be (available through corepack](https://github.com/nodejs/corepack)
and that it should [be possible to use](https://github.com/nodejs/corepack#corepack-binary-nameversion--args)
for example `corepack yarn install`.
i tried with just...
for me it is the same..
i have configured it with yarn:
and when i manually trigger it with the button it works.
only with my automatisem it fails:
i made a `deployit.sh`script that is called in the git additional actions (*Bereitstellungsaktionen*).
the script gets called correctly.
but in my...
I would like to add a dark-theme to PhpMyAdmin.
what is the official recommend way to do so?
on the original site there are these two infos about themes:
Themes
Custom Themes — phpMyAdmin 5.1.4 documentation
i also found this topic reply by breun: PHPmyAdmin version and themes?
any hint is...