mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
correct comments
try to fix backend proxy in nginx missing change for /vue remove
This commit is contained in:
parent
644c55b573
commit
4b099d7e58
@ -35,7 +35,8 @@ server {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
proxy_pass http://127.0.0.1:4000;
|
||||
#todo remove /graphql
|
||||
proxy_pass http://127.0.0.1:4000/graphql;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Setup script to setup the server be ready to run gradido
|
||||
# This assums you have root access via ssh to your cleanly setup server
|
||||
# Furthermore this assums you have debian (11 64bit) running
|
||||
# Furthermore this assumes you have debian (11 64bit) running
|
||||
|
||||
> ssh root@gddhost.tld
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
> sudo apt-get upgrade
|
||||
|
||||
# Install security tools
|
||||
## UFW
|
||||
## ufw
|
||||
> sudo apt-get install ufw
|
||||
> sudo ufw allow http
|
||||
> sudo ufw allow https
|
||||
|
||||
@ -124,13 +124,13 @@ describe('Vuex store', () => {
|
||||
name: 'test12',
|
||||
description: 'test community 12',
|
||||
url: 'http://test12.test12/',
|
||||
registerUrl: 'http://test12.test12/vue/register',
|
||||
registerUrl: 'http://test12.test12/register',
|
||||
})
|
||||
expect(state.community).toEqual({
|
||||
name: 'test12',
|
||||
description: 'test community 12',
|
||||
url: 'http://test12.test12/',
|
||||
registerUrl: 'http://test12.test12/vue/register',
|
||||
registerUrl: 'http://test12.test12/register',
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user