CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:38:59 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=aa47aee5e6ee37185192d4dabd486082aff61a64553748d0f673823c7595f431a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22ylDrnSCoy0b9Za9Uj7jjopdwt6f63yRh%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb53e80fbf95be-BLR
Nginx Omeka - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server {
- server_name omeka.domain.tld;
- root /var/www/omeka;
- location = /favicon.ico {
- log_not_found off;
- access_log off;
- }
- location = /robots.txt {
- allow all;
- log_not_found off;
- access_log off;
- }
- location ~ \..*/.*\.php$ {
- return 403;
- }
- location / {
- try_files $uri /index.php?$args;
- }
- location /admin {
- try_files $uri /admin/index.php?$args;
- }
- location ~ \.php$ {
- fastcgi_split_path_info ^(.+\.php)(/.+)$;
- #NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini
- include fastcgi_params;
- fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
- fastcgi_intercept_errors on;
- fastcgi_pass unix:/tmp/phpfpm.sock;
- }
- location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
- expires max;
- log_not_found off;
- }
- location /install {
- try_files $uri /install/index.php?$args;
- # This is an odd way to check that rewrites work...
- location ~* /install/check-mod-rewrite([^/]*)\.html$ {
- rewrite ^ /install/mod-rewrite.php?enabled=true;
- }
- }
- }
Tags:
nginx
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 2 sec ago | 0.24 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 5 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ V
JavaScript | 13 sec ago | 0.24 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 17 sec ago | 0.10 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 5
JavaScript | 24 sec ago | 0.24 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 28 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ 3
JavaScript | 36 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 40 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand