Delete the proxy of the admin path

This commit is contained in:
Rafi
2023-02-28 14:38:31 +08:00
parent c2705e5f2a
commit bd35c21e2f

View File

@@ -14,10 +14,4 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /admin/ {
proxy_pass ${SERVER_DOMAIN};
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}