• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by s-light

  1. s-light

    Question NINGX CORS for multiple sub.domains

    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*...
  2. s-light

    Question NINGX CORS for multiple sub.domains

    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...
  3. s-light

    Question python - how to change config?

    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...)
  4. s-light

    Question python - how to change config?

    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...
  5. s-light

    Question Display log of commands in Deploy actions

    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 &>>...
  6. s-light

    Issue Git repo additional deployment actions not working with yarn

    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...
  7. s-light

    Issue Git repo additional deployment actions not working with yarn

    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...
  8. s-light

    Question PhpMyAdmin - how to add custom themes

    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...
Back
Top