OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
/
docker
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:33:48 AM
rwxr-xr-x
📁
configurator
-
08/07/2024 04:33:47 AM
rwxr-xr-x
📄
cors.conf
543 bytes
08/07/2024 04:33:44 AM
rw-r--r--
📄
default.conf.template
871 bytes
08/07/2024 04:33:44 AM
rw-r--r--
📁
docker-entrypoint.d
-
08/07/2024 04:33:47 AM
rwxr-xr-x
📄
embedding.conf
156 bytes
08/07/2024 04:33:44 AM
rw-r--r--
Editing: cors.conf
Close
add_header 'Access-Control-Allow-Origin' '*' always; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always; # # Custom headers and headers various browsers *should* be OK with but aren't # add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type' always; # # Tell client that this pre-flight info is valid for 20 days # add_header 'Access-Control-Max-Age' $access_control_max_age always; if ($request_method = OPTIONS) { return 204; }