repare login
add search in sale detail add refresh button in sale detail
This commit is contained in:
@@ -20,6 +20,18 @@ server {
|
||||
try_files $uri $uri/ /index.html =404;
|
||||
}
|
||||
|
||||
location /api {
|
||||
proxy_pass https://jucundus-api.saucisse.ninja;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
||||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
|
||||
add_header 'Access-Control-Allow-Headers' 'Origin, Content-Type, Accept, Authorization';
|
||||
}
|
||||
|
||||
location /healthcheck {
|
||||
access_log off;
|
||||
add_header 'Content-Type' 'text/plain';
|
||||
|
||||
Reference in New Issue
Block a user