Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 3b2efe34 authored by peter_rabbit's avatar peter_rabbit
Browse files

wip:fix:cors

parent f26270b7
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,4 @@ WORKDIR /usr/share/nginx/html
COPY . .
# RUN cp nginx.conf /etc/nginx/nginx.conf
\ No newline at end of file
RUN cp nginx.conf /etc/nginx/nginx.conf
\ No newline at end of file
......@@ -28,10 +28,10 @@ http {
include /etc/nginx/conf.d/*.conf;
# server {
# location / {
# root /public;
# }
# }
server {
location / {
add_header 'Access-Control-Allow-Origin' '*';
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment