mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
cors frontend
This commit is contained in:
parent
5f2304ea29
commit
6b6bd16970
3 changed files with 24 additions and 0 deletions
|
|
@ -23,5 +23,15 @@ http {
|
|||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
server_name "cors-school.nilstrieb.dev";
|
||||
|
||||
location / {
|
||||
proxy_pass http://cors-school-frontend/;
|
||||
}
|
||||
}
|
||||
|
||||
server_tokens off;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue