Add trailing slash in path in nginx.conf
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-06-01 17:26:26 +02:00
parent dc2aacaeca
commit 2f9debf2f3

View File

@@ -1,7 +1,7 @@
server {
listen 80;
location /api {
location /api/ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;