• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Recent content by TheDanniCraft

  1. T

    Issue CORS Header does not apply to site

    @Nik G Yes, I've tryed "http://api.thedannicraft.de" and "https://api.thedannicraft.de" and even *. All doesn't fix the problem
  2. T

    Issue CORS Header does not apply to site

    Thats what I did first, before asking here and I don't work. My configuration:
  3. T

    Issue CORS Header does not apply to site

    I added location ~* \.(eot|ttf|woff|woff2)$ { add_header Access-Control-Allow-Origin "https://api.thedannicraft.de"; } to nginnx statements but it doesn't worl
  4. T

    Issue CORS Header does not apply to site

    My site stats.gamerforge-discord.de requests data from my own API, Because of that I followed this Guide to setup a CORS header with apache. But the requests doesn't contain the header and is still beeing blocked. I don't know what could be the problem.
  5. T

    Question Setup reverse proxy(apache2 or nginx)

    This gives me this error: Ungültige nginx-Konfiguration: nginx: [emerg] duplicate location "/" in /var/www/vhosts/system/panel.thedannicraft.de/conf/vhost_nginx.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed
  6. T

    Question Setup reverse proxy(apache2 or nginx)

    I've running a server with backend that should be accesed with an reversed proxy. I've created a new .conf file in /etc/apache2/sites-availabe then I entered the following config: <VirtualHost _default_:80> ServerName panel.example.com ProxyPreserveHost On ProxyPass /...
  7. T

    Issue Error after installing Plesk.

    Status of mariadb: Failed /var/log/messages: No such file or directory
  8. T

    Issue Error after installing Plesk.

    Both doesn't help. The first article: Cant find the file(creates a new one) Second article: Cant find the file/folder
  9. T

    Issue Error after installing Plesk.

    I just installed plesk and when I run the plesk logon Comand I get the following error: DB query failed: SQLSTATE[HY000] [2002] No such file or directory exit status 1
Back
Top