5 lines
No EOL
109 B
Nginx Configuration File
5 lines
No EOL
109 B
Nginx Configuration File
root /var/www/;
|
|
location /__PATH__/ {
|
|
index index.html; # Pour automatiquement avoir le load de index.html
|
|
|
|
} |