mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
fix
This commit is contained in:
parent
667dee5d2d
commit
353e47c89a
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue