Skip to content

Commit

Permalink
Remove nginx conf tweaking, we serve the proper folder directly
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Dec 4, 2023
1 parent d2b5150 commit 4b4937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
location __PATH__/ {

# Path to source
alias __INSTALL_DIR__/dist/ ;
alias __INSTALL_DIR__/;

index index.html;
try_files $uri $uri/ /index.html;
Expand Down

0 comments on commit 4b4937e

Please sign in to comment.