1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00
This commit is contained in:
Thomas 2024-03-25 21:57:27 +01:00 committed by GitHub
parent 667dee5d2d
commit 353e47c89a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -39,7 +39,7 @@ APP_URL=http://__DOMAIN__
# uncomment the following line and set this var with the CDN url.
# Otherwise, let this line commented.
ASSET_URL=http://__DOMAIN__
ASSET_URL=/
# The domain subdirectory from which you want to serve 2FAuth.

View file

@ -6,6 +6,8 @@ location __PATH__/ {
client_max_body_size 50m;
more_set_headers "Access-Control-Allow-Origin: *";
index index.php;
location = /favicon.ico { access_log off; log_not_found off; }