udpates on the dockerfile and nginx changes regarding secret key

This commit is contained in:
2026-06-15 19:57:08 +05:30
parent f907926855
commit a0586dc11c
2 changed files with 6 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ server {
# Proxy /hasura to the live API, exactly like Vite dev server does
location /hasura/ {
proxy_pass https://api.workolik.com/api/rest/;
proxy_set_header x-hasura-admin-secret "${HASURA_ADMIN_SECRET}";
proxy_set_header x-hasura-admin-secret "nearle-admin-secret";
proxy_ssl_server_name on;
# Pass standard proxy headers