Skip to content

Commit

Permalink
fix ngnix config for webadmin.app.sfscon.testingmachine.eu
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 4, 2024
1 parent 8ed4290 commit bcfd85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
X_ADMIN_PASSWORD: ${{ secrets.ADMIN_PASSWORD }}
X_PRETIX_TOKEN: ${{ secrets.PRETIX_TOKEN }}
X_PRETIX_CHECKLIST_ID: 313919
X_PRETIX_EVENT_ID: _sfscon23
X_PRETIX_EVENT_ID: sfscon23
X_PRETIX_ORGANIZER_ID: noi-digital

X_XML_URL: "https://www.sfscon.it/?calendar=2023&format=xml"
Expand Down
2 changes: 1 addition & 1 deletion config/nginx.admin.config.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ upstream oneservices_v2 { ip_hash; server 127.0.0.1:8000 max_fails=3 fail_timeo
server {
root /home/digital/app/frontend;

server_name admin.stage.opencon.dev m.opencon.dev admin.opencon.dev app.sfscon.it;
server_name webadmin.app.sfscon.testingmachine.eu app.sfscon.it;

client_max_body_size 20M;

Expand Down

0 comments on commit bcfd85e

Please sign in to comment.