CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 12:44:12 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=a426def45403531b11fa8b0fe048a400db5bf3de92888e3c4f4ba8728d878184a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22MlYFP5OVhYdRSCZPb5EZrFqR5Igp7o75%22%3B%7D; HttpOnly; Path=/
cf-ray: 98ce728d0baf58e1-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
-
🌀 Power Panel v3.0.02 backups
Lua | 4 sec ago | 10.54 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 6 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ J
JavaScript | 9 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 6
JavaScript | 10 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 15 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 4
JavaScript | 19 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 3
JavaScript | 21 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 21 sec ago | 0.24 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