Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
av-codes
/
prompt-injection-detector
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
prompt-injection-detector
/
nginx.conf
av
switch to docker sdk to fix CSP blocking script execution
1c4e2cf
about 18 hours ago
raw
Copy download link
history
blame
contribute
delete
Safe
141 Bytes
server
{
listen
7860
;
root
/usr/share/nginx/html;
index
index.html;
location
/ {
try_files
$uri
/index.html;
}
}