foundeo / ubuntu-nginx-lucee

Script for standing up a Lucee server using nginx and Tomcat on Ubuntu
Apache License 2.0
86 stars 47 forks source link

Lucee is running on port 8080 #24

Closed richardhughes260 closed 6 years ago

richardhughes260 commented 7 years ago

Thanks for this installation!!! :)

Lucee is running on Port 8080, you might want to add that to the instructions.

iamenderst commented 7 years ago

In /etc/nginx/sites-enabled/default.conf

add include lucee.conf;

after index index.html;

nginx -t nginx -s reload

Then you can access /lucee/admin/server.cfm as in the instructions.

Now you can block 8080 from the outside world.

ghost commented 6 years ago

I'm getting

502 Bad Gateway

when trying to access

http://{my_ip}/lucee/admin/server.cfm

any ideas ?

pfreitag commented 6 years ago

@dcabram usually that means that tomcat is not running - since that question is unrelated to this issue, please open a new issue if you are stilling having a problem.