mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-11 09:35:52 +00:00
Keep the port out of the URL when redirecting
This commit is contained in:
parent
d015679cd9
commit
bf270fb60b
@ -1,6 +1,8 @@
|
||||
server {
|
||||
listen $PORT0;
|
||||
|
||||
port_in_redirect off;
|
||||
|
||||
location $BASE_HREF/ {
|
||||
alias /etc/nginx/html/;
|
||||
index index.html index.htm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user