PHP Classes

File: .docker/dev/location-nginx.conf

Recommend this page to a friend!
  Classes of carlos carvalho   yrprey PHP application   .docker/dev/location-nginx.conf   Download  
File: .docker/dev/location-nginx.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: yrprey PHP application
Web app to learn about OWASP API vulnerabilities
Author: By
Last change:
Date: 4 months ago
Size: 351 bytes
 

Contents

Class file image Download
location /favicon.ico { log_not_found off; access_log off; } # Disable logging for robots.txt location /robots.txt { allow all; log_not_found off; access_log off; } location /(.*) { try_files $uri $uri/ /$1.php?$query_string; } location / { try_files $uri $uri/ /index.php?$query_string; }