Posts by SoAwesomeMan • 111 points
1 post
-
1
votes1
answer115
viewsA: How to redirect to the application folder?
See in this file nginx.conf I used in the production: https://gist.github.com/awesome/8821551#file-Nginx-conf-L108 location /images/ { root /var/www/shared/images; rewrite ^/images/(.*)\.(.*)$…