Hi folks I try to setup my nginx with multiple laravel-projects in subdirectories: - root -- project 1 -- project 2 For that i conf my nignx as: // default server { listen 192.168.178.10:80; server_name 192.168.178.10; root /usr/share/nginx/www; error_log /var/log/nginx/error.log; access_log /var/log/nginx/access.log; rewrite_log on; include /etc/nginby mav - How to...
Hi I think I need some help configurate nginx properly. Im running multiple php sites in /usr/share/nginx/www/<subdirectory>, which works well with the nearly default configuration of nginx. Now I want to make a new subpage with rewrite rules. I tried this configuration in a .conf file.. but it did not work. # nginx configuration autoindex off; location /mysub/ { if (by mav - How to...
![]() |
![]() |
![]() |
![]() |
|