How is everyone doing? Doing a fresh install and been a hot minute on this. I have setup postgresql + nginx + ubu 18. For whatever reason though I cannot navigate towards the /install/install.php. My question is what should be the nginx.conf for this thing?
Code
cat eqdkp.conf
server {
listen 80;
root /opt/eqdkp;
# index index.html index.htm index.php
server_name localhost;
location / {
}
}
ll /opt/eqdkp/
total 544
drwxr-xr-x 16 root root 4096 Jan 10 07:15 ./
drwxr-xr-x 3 root root 4096 Jan 10 07:14 ../
-rw-rw-r-- 1 root root 3215 Jan 6 10:18 CODE_OF_CONDUCT.md
-rw-rw-r-- 1 root root 5364 Jan 6 10:18 CONTRIBUTING.md
drwxrwxr-x 2 root root 4096 Jan 6 10:18 Doc/
-rw-rw-r-- 1 root root 34520 Jan 6 10:18 LICENSE.md
-rw-rw-r-- 1 root root 1238 Jan 6 10:18 README.md
-rw-rw-r-- 1 root root 276979 Jan 6 10:19 __files.txt
drwxrwxr-x 2 root root 4096 Jan 6 10:18 admin/
-rw-rw-r-- 1 root root 2017 Jan 6 10:18 api.php
-rw-rw-r-- 1 root root 2698 Jan 6 10:18 common.php
drwxrwxr-x 17 root root 4096 Jan 6 10:18 core/
-rw-rw-r-- 1 root root 1406 Jan 6 10:18 cronjob.php
drwxrwxr-x 2 root root 4096 Jan 6 10:18 data/
-rw-rw-r-- 1 root root 6500 Jan 6 10:18 default.htaccess
-rw-rw-r-- 1 root root 3462 Jan 6 10:18 email.php
-rw-rw-r-- 1 root root 13781 Jan 6 10:18 exchange.php
drwxrwxr-x 3 root root 4096 Jan 6 10:18 games/
drwxrwxr-x 8 root root 4096 Jan 6 10:18 images/
-rw-rw-r-- 1 root root 10869 Jan 6 10:18 index.php
drwxrwxr-x 2 root root 4096 Jan 6 10:18 infotooltip/
drwxrwxr-x 5 root root 4096 Jan 6 10:18 install/
-rw-r--r-- 1 root root 105291 Jan 10 07:14 install.php
drwxrwxr-x 4 root root 4096 Jan 6 10:18 language/
drwxrwxr-x 27 root root 4096 Jan 6 10:18 libraries/
drwxrwxr-x 3 root root 4096 Jan 6 10:18 maintenance/
drwxrwxr-x 2 root root 4096 Jan 6 10:18 plugins/
drwxrwxr-x 2 root root 4096 Jan 6 10:18 portal/
drwxrwxr-x 6 root root 4096 Jan 6 10:18 templates/
Display More