6 lines
258 B
Plaintext
6 lines
258 B
Plaintext
{% if SERVE_FILES == "yes" +%}
|
|
root {% if ROOT_FOLDER == "" %}/opt/bunkerweb/www/{% if MULTISITE == "yes" %}{{ SERVER_NAME.split(" ")[0] }}{% endif %}{% else %}{{ ROOT_FOLDER }}{% endif %};
|
|
try_files $uri $uri/ =404;
|
|
{% else +%}
|
|
root /nowhere;
|
|
{% endif %} |