Skip to content

Commit 2d912ab

Browse files
authored
Merge branch 'main' into dependabot/composer/rector/rector-2.0.16
2 parents 7c16587 + 3f1ccbd commit 2d912ab

File tree

3 files changed

+29
-20
lines changed

3 files changed

+29
-20
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Check Spelling
16-
uses: rojopolis/spellcheck-github-actions@0.48.0
16+
uses: rojopolis/spellcheck-github-actions@0.49.0
1717
with:
1818
config_path: .github/spellcheck.yml
1919
task_name: Markdown

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/openmage/nginx-frontend.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,15 @@ server {
153153
location /api/ { return 404; }
154154
location /api.php { return 404; }
155155

156+
# Clients use the frontend to call API
157+
#location /api {
158+
# root $webroot;
159+
# rewrite ^/api/(\w+).*$ /api.php?type=$1 last;
160+
# set $fastcgi_script_filename $webroot/api.php;
161+
# set $fastcgi_script_name2 /api.php;
162+
# try_files NOT_EXISTS @php-fpm;
163+
#}
164+
156165
# Protect dot files no matter where they are located
157166
location ~ /\. { return 404; }
158167

0 commit comments

Comments
 (0)