* Sat Sep 27 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
- Add css to make embedded static version look a bit better [SME: 13195]
This commit is contained in:
@@ -4,10 +4,12 @@ Alias /phpsysinfo /opt/phpsysinfo
|
||||
<Directory /opt/phpsysinfo>
|
||||
SSLRequireSSL
|
||||
Options -Indexes
|
||||
#AuthName "phpSysInfo"
|
||||
#AuthBasicProvider external
|
||||
#AuthType Basic
|
||||
#AuthExternal pwauth
|
||||
AuthName "phpSysInfo"
|
||||
AuthBasicProvider external
|
||||
AuthType Basic
|
||||
AuthExternal pwauth
|
||||
|
||||
Header set Content-Security-Policy "script-src 'self' 'unsafe-eval' 'unsafe-hashes' 'unsafe-inline' "
|
||||
|
||||
<RequireAll>
|
||||
Require {(($phpmyadmin{access} || 'private' ) eq "public" ) ? "all granted": "ip $localAccess $externalSSLAccess";}
|
||||
@@ -18,4 +20,4 @@ Alias /phpsysinfo /opt/phpsysinfo
|
||||
SetHandler "proxy:unix:/var/run/php-fpm/php.sock|fcgi://localhost"
|
||||
</FilesMatch>
|
||||
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
@@ -47,4 +47,4 @@ sub main {
|
||||
# $c->proxy_to('https://sme11.thereadclan.me.uk/phpsysinfo/index.php?disp=static');
|
||||
#}
|
||||
|
||||
1;
|
||||
1;
|
||||
|
Reference in New Issue
Block a user