-
-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
# obtain one at https://mozilla.org/MPL/2.0/. | ||
# | ||
# @author Florian Anderiasch <[email protected]> | ||
# @copyright 2011-2022 phpMyFAQ Team | ||
# @copyright 2011-2024 phpMyFAQ Team | ||
# @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 | ||
# @link https://www.phpmyfaq.de | ||
# @since 2011-01-14 | ||
|
@@ -138,7 +138,9 @@ server { | |
} | ||
} | ||
|
||
try_files $uri @php; | ||
location /admin/assets { | ||
try_files $uri $uri/ =404; | ||
} | ||
|
||
location @php { | ||
fastcgi_pass 127.0.0.1:9000; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.