change configs for deployment
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ location ^~ /s/static/ {
|
||||
# --- Proxy everything else under /s/ to the Python backend ---
|
||||
# Covers: /s/api/shorten, /s/api/urls, /s/api/lookup, /s/<code> redirects
|
||||
location /s/ {
|
||||
proxy_pass http://urlshort:8080;
|
||||
proxy_pass http://127.0.0.1:18082;
|
||||
proxy_http_version 1.1;
|
||||
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user