mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
Auto-Backup $'Fri Oct 25 2024 01:20:39 GMT+0200 (Central European Summer Time)'
This commit is contained in:
@ -47,7 +47,7 @@ server {
|
||||
error_page 500 = /error.php?code=500;
|
||||
access_log /var/log/nginx/root.access.log;
|
||||
error_log /var/log/nginx/root.error.log;
|
||||
sub_filter '</body>' '<script>top.postMessage(location.href.slice(location.origin.length), "https://hlb0it.blogspot.com")</script></body>';
|
||||
sub_filter '</body>' '<script>top.postMessage(location.pathname/*.href.slice(location.origin.length)*/, "https://hlb0it.blogspot.com")</script></body>';
|
||||
#sub_filter_once off;
|
||||
|
||||
location / {
|
||||
@ -85,10 +85,10 @@ server {
|
||||
#sub_filter '<a ' '</span><a ';
|
||||
#sub_filter '<pre>' '<pre><span>';
|
||||
#sub_filter '</pre>' '</span></pre>';
|
||||
sub_filter '</head>' '\n<meta charset="utf8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/>\n<link rel="stylesheet" href="/Res/NginxIndex.css"/>\n</head>';
|
||||
sub_filter '</head>' '\n<meta charset="utf8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/>\n<link rel="stylesheet" href="/Res/NginxIndex-Tweaks.css"/>\n</head>';
|
||||
sub_filter '</h1>' '</h1>\n<input type="checkbox" id="ToggleMetadata" checked="checked"/><label for="ToggleMetadata"> Metadata</label>\n';
|
||||
sub_filter '<h1>Index of /Drive/' '<h1>Index of <a href="/Drive/">/Drive</a>/';
|
||||
sub_filter '</body>' '<script>top.postMessage(location.href.slice(location.origin.length), "https://hlb0it.blogspot.com")</script></body>';
|
||||
sub_filter '</body>' '<script src="/Res/NginxIndex-Tweaks.js"></script><script>top.postMessage(location.pathname/*.href.slice(location.origin.length)*/, "https://hlb0it.blogspot.com")</script></body>';
|
||||
sub_filter_once off;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user