• 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 yunus çetiner

  1. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    no problem. thans for try to help.
  2. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    i try dont work. i dont know what can i do =(
  3. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    No, I haven't. In fact, this is exactly how I should add the code there. location ~ \.(ttf|ttc|otf|eot|woff|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$ { add_header Access-Control-Allow-Origin "*"; } Is your code enough? add_header 'Access-Control-Allow-Origin' '*';
  4. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    i added. after i create cdn. still not work.
  5. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    I'm trying to add a directive on the Plesk panel for nginx, but unfortunately I can't find where to add it. I have a cors problem in fonts with CDN. location ~ \.(ttf|ttc|otf|eot|woff|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$ { add_header Access-Control-Allow-Origin...
  6. yunus çetiner

    Question email host name

    hi, i have a lot of domain in my panel. but i have a problem with mail host name. main domain abc.com customer domain def.com def.com is use mail seeting like this mail posting. (php) $mail->Host = "abc.com"; but if use own domain not working. $mail->Host = "def.com"; every account mail is...
  7. yunus çetiner

    Question unable to load ffprobe

    and how can i open PHP exec() and hell_exec() functions
  8. yunus çetiner

    Question unable to load ffprobe

    hi. i am using ubuntu 16.04. i iam install ffmpeg. everything is okay. but when i use my script i saw this message; unable to load ffprobe. (not php extension standalone ffpmeg) how can i solve this problem?
Back
Top